@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class RawStereoDepthConfig extends RawBuffer
| Modifier and Type | Class and Description |
|---|---|
static class |
RawStereoDepthConfig.AlgorithmControl |
static class |
RawStereoDepthConfig.CensusTransform
The basic cost function used by the Stereo Accelerator for matching the left and right images is the Census
Transform.
|
static class |
RawStereoDepthConfig.CostAggregation
Cost Aggregation is based on Semi Global Block Matching (SGBM).
|
static class |
RawStereoDepthConfig.CostMatching
The matching cost is way of measuring the similarity of image locations in stereo correspondence
algorithm.
|
static class |
RawStereoDepthConfig.PostProcessing
Post-processing filters, all the filters are applied in disparity domain.
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RawStereoDepthConfig()
Default native constructor.
|
RawStereoDepthConfig(long size)
Native array allocator.
|
RawStereoDepthConfig(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 RawStereoDepthConfig()
public RawStereoDepthConfig(long size)
Pointer.position(long).public RawStereoDepthConfig(Pointer p)
Pointer(Pointer).public RawStereoDepthConfig position(long position)
public RawStereoDepthConfig getPointer(long i)
getPointer in class RawBuffer@ByRef public RawStereoDepthConfig.AlgorithmControl algorithmControl()
public RawStereoDepthConfig algorithmControl(RawStereoDepthConfig.AlgorithmControl setter)
@ByRef public RawStereoDepthConfig.PostProcessing postProcessing()
public RawStereoDepthConfig postProcessing(RawStereoDepthConfig.PostProcessing setter)
@ByRef public RawStereoDepthConfig.CensusTransform censusTransform()
public RawStereoDepthConfig censusTransform(RawStereoDepthConfig.CensusTransform setter)
@ByRef public RawStereoDepthConfig.CostMatching costMatching()
public RawStereoDepthConfig costMatching(RawStereoDepthConfig.CostMatching setter)
@ByRef public RawStereoDepthConfig.CostAggregation costAggregation()
public RawStereoDepthConfig costAggregation(RawStereoDepthConfig.CostAggregation setter)
public void serialize(@Cast(value="std::uint8_t*") @StdVector BytePointer metadata, @ByRef @Cast(value="dai::DatatypeEnum*") IntPointer datatype)
public void serialize(@Cast(value="std::uint8_t*") @StdVector ByteBuffer metadata, @ByRef @Cast(value="dai::DatatypeEnum*") IntBuffer datatype)
Copyright © 2023. All rights reserved.