@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class StereoDepthConfig extends Buffer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
StereoDepthConfig()
Construct StereoDepthConfig message.
|
StereoDepthConfig(long size)
Native array allocator.
|
StereoDepthConfig(Pointer p)
Pointer cast constructor.
|
StereoDepthConfig(RawStereoDepthConfig ptr) |
| Modifier and Type | Method and Description |
|---|---|
short |
getBilateralFilterSigma()
Get sigma value for 5x5 bilateral filter
|
int |
getConfidenceThreshold()
Get confidence threshold for disparity calculation
|
int |
getLeftRightCheckThreshold()
Get threshold for left-right check combine
|
depthai.MedianFilter |
getMedianFilter()
Get median filter setting
|
StereoDepthConfig |
getPointer(long i) |
StereoDepthConfig |
position(long position) |
void |
setBilateralFilterSigma(short sigma)
A larger value of the parameter means that farther colors within the pixel neighborhood will be mixed together,
resulting in larger areas of semi-equal color.
|
void |
setConfidenceThreshold(int confThr)
Confidence threshold for disparity calculation
|
void |
setLeftRightCheckThreshold(int threshold) |
void |
setMedianFilter(depthai.MedianFilter median) |
void |
setMedianFilter(int median) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic StereoDepthConfig(Pointer p)
Pointer(Pointer).public StereoDepthConfig(long size)
Pointer.position(long).public StereoDepthConfig()
public StereoDepthConfig(@SharedPtr RawStereoDepthConfig ptr)
public StereoDepthConfig position(long position)
public StereoDepthConfig getPointer(long i)
getPointer in class Bufferpublic void setConfidenceThreshold(int confThr)
confThr - Confidence threshold value 0..255public int getConfidenceThreshold()
public void setMedianFilter(depthai.MedianFilter median)
median - Set kernel size for disparity/depth median filtering, or disablepublic depthai.MedianFilter getMedianFilter()
public void setBilateralFilterSigma(@Cast(value="uint16_t") short sigma)
sigma - Set sigma value for 5x5 bilateral filter. 0..65535@Cast(value="uint16_t") public short getBilateralFilterSigma()
public void setLeftRightCheckThreshold(int threshold)
threshold - Set threshold for left-right, right-left disparity map combine, 0..255public int getLeftRightCheckThreshold()
Copyright © 2021. All rights reserved.