public static class RawStereoDepthConfig.PostProcessing.SpatialFilter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_DELTA_VALUE |
| Constructor and Description |
|---|
SpatialFilter()
Default native constructor.
|
SpatialFilter(long size)
Native array allocator.
|
SpatialFilter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
alpha()
The Alpha factor in an exponential moving average with Alpha=1 - no filter.
|
RawStereoDepthConfig.PostProcessing.SpatialFilter |
alpha(float setter) |
static int |
DEFAULT_DELTA_VALUE() |
int |
delta()
Step-size boundary.
|
RawStereoDepthConfig.PostProcessing.SpatialFilter |
delta(int setter) |
boolean |
enable()
Whether to enable or disable the filter.
|
RawStereoDepthConfig.PostProcessing.SpatialFilter |
enable(boolean setter) |
RawStereoDepthConfig.PostProcessing.SpatialFilter |
getPointer(long i) |
byte |
holeFillingRadius()
An in-place heuristic symmetric hole-filling mode applied horizontally during the filter passes.
|
RawStereoDepthConfig.PostProcessing.SpatialFilter |
holeFillingRadius(byte setter) |
int |
numIterations()
Number of iterations over the image in both horizontal and vertical direction.
|
RawStereoDepthConfig.PostProcessing.SpatialFilter |
numIterations(int setter) |
RawStereoDepthConfig.PostProcessing.SpatialFilter |
position(long position) |
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 SpatialFilter()
public SpatialFilter(long size)
Pointer.position(long).public SpatialFilter(Pointer p)
Pointer(Pointer).public RawStereoDepthConfig.PostProcessing.SpatialFilter position(long position)
public RawStereoDepthConfig.PostProcessing.SpatialFilter getPointer(long i)
getPointer in class Pointer@MemberGetter @Cast(value="const std::int32_t") public static int DEFAULT_DELTA_VALUE()
public RawStereoDepthConfig.PostProcessing.SpatialFilter enable(boolean setter)
@Cast(value="std::uint8_t") public byte holeFillingRadius()
public RawStereoDepthConfig.PostProcessing.SpatialFilter holeFillingRadius(byte setter)
public float alpha()
public RawStereoDepthConfig.PostProcessing.SpatialFilter alpha(float setter)
@Cast(value="std::int32_t") public int delta()
public RawStereoDepthConfig.PostProcessing.SpatialFilter delta(int setter)
@Cast(value="std::int32_t") public int numIterations()
public RawStereoDepthConfig.PostProcessing.SpatialFilter numIterations(int setter)
Copyright © 2023. All rights reserved.