public static class RawStereoDepthConfig.PostProcessing extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
RawStereoDepthConfig.PostProcessing.BrightnessFilter
Brightness filtering.
|
static class |
RawStereoDepthConfig.PostProcessing.DecimationFilter
Decimation filter.
|
static class |
RawStereoDepthConfig.PostProcessing.SpatialFilter
1D edge-preserving spatial filter using high-order domain transform.
|
static class |
RawStereoDepthConfig.PostProcessing.SpeckleFilter
Speckle filtering.
|
static class |
RawStereoDepthConfig.PostProcessing.TemporalFilter
Temporal filtering with optional persistence.
|
static class |
RawStereoDepthConfig.PostProcessing.ThresholdFilter
Threshold filtering.
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
PostProcessing()
Default native constructor.
|
PostProcessing(long size)
Native array allocator.
|
PostProcessing(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 PostProcessing()
public PostProcessing(long size)
Pointer.position(long).public PostProcessing(Pointer p)
Pointer(Pointer).public RawStereoDepthConfig.PostProcessing position(long position)
public RawStereoDepthConfig.PostProcessing getPointer(long i)
getPointer in class Pointerpublic depthai.MedianFilter median()
public RawStereoDepthConfig.PostProcessing median(depthai.MedianFilter setter)
@Cast(value="std::int16_t") public short bilateralSigmaValue()
public RawStereoDepthConfig.PostProcessing bilateralSigmaValue(short setter)
@ByRef public RawStereoDepthConfig.PostProcessing.SpatialFilter spatialFilter()
public RawStereoDepthConfig.PostProcessing spatialFilter(RawStereoDepthConfig.PostProcessing.SpatialFilter setter)
@ByRef public RawStereoDepthConfig.PostProcessing.TemporalFilter temporalFilter()
public RawStereoDepthConfig.PostProcessing temporalFilter(RawStereoDepthConfig.PostProcessing.TemporalFilter setter)
@ByRef public RawStereoDepthConfig.PostProcessing.ThresholdFilter thresholdFilter()
public RawStereoDepthConfig.PostProcessing thresholdFilter(RawStereoDepthConfig.PostProcessing.ThresholdFilter setter)
@ByRef public RawStereoDepthConfig.PostProcessing.BrightnessFilter brightnessFilter()
public RawStereoDepthConfig.PostProcessing brightnessFilter(RawStereoDepthConfig.PostProcessing.BrightnessFilter setter)
@ByRef public RawStereoDepthConfig.PostProcessing.SpeckleFilter speckleFilter()
public RawStereoDepthConfig.PostProcessing speckleFilter(RawStereoDepthConfig.PostProcessing.SpeckleFilter setter)
@ByRef public RawStereoDepthConfig.PostProcessing.DecimationFilter decimationFilter()
public RawStereoDepthConfig.PostProcessing decimationFilter(RawStereoDepthConfig.PostProcessing.DecimationFilter setter)
Copyright © 2023. All rights reserved.