public static class Freenect2Device.Config extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Config()
Default native constructor.
|
Config(long size)
Native array allocator.
|
Config(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EnableBilateralFilter()
Remove some "flying pixels".
|
Freenect2Device.Config |
EnableBilateralFilter(boolean setter) |
boolean |
EnableEdgeAwareFilter()
Remove pixels on edges because ToF cameras produce noisy edges.
|
Freenect2Device.Config |
EnableEdgeAwareFilter(boolean setter) |
Freenect2Device.Config |
getPointer(long i) |
float |
MaxDepth()
Clip at this maximum distance (meter).
|
Freenect2Device.Config |
MaxDepth(float setter) |
float |
MinDepth()
Clip at this minimum distance (meter).
|
Freenect2Device.Config |
MinDepth(float setter) |
Freenect2Device.Config |
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 Config()
public Config(long size)
Pointer.position(long).public Config(Pointer p)
Pointer(Pointer).public Freenect2Device.Config position(long position)
public Freenect2Device.Config getPointer(long i)
getPointer in class Pointerpublic float MinDepth()
public Freenect2Device.Config MinDepth(float setter)
public float MaxDepth()
public Freenect2Device.Config MaxDepth(float setter)
@Cast(value="bool") public boolean EnableBilateralFilter()
public Freenect2Device.Config EnableBilateralFilter(boolean setter)
@Cast(value="bool") public boolean EnableEdgeAwareFilter()
public Freenect2Device.Config EnableEdgeAwareFilter(boolean setter)
Copyright © 2022. All rights reserved.