public static class freenect2.Freenect2Device.Config
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Config()
Default native constructor.
|
Config(long size)
Native array allocator.
|
Config(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EnableBilateralFilter()
Remove some "flying pixels".
|
freenect2.Freenect2Device.Config |
EnableBilateralFilter(boolean EnableBilateralFilter) |
boolean |
EnableEdgeAwareFilter()
Remove pixels on edges because ToF cameras produce noisy edges.
|
freenect2.Freenect2Device.Config |
EnableEdgeAwareFilter(boolean EnableEdgeAwareFilter) |
float |
MaxDepth()
Clip at this maximum distance (meter).
|
freenect2.Freenect2Device.Config |
MaxDepth(float MaxDepth) |
float |
MinDepth()
Clip at this minimum distance (meter).
|
freenect2.Freenect2Device.Config |
MinDepth(float MinDepth) |
freenect2.Freenect2Device.Config |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Config()
public Config(long size)
Pointer.position(long).public Config(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public freenect2.Freenect2Device.Config position(long position)
position in class org.bytedeco.javacpp.Pointerpublic float MinDepth()
public freenect2.Freenect2Device.Config MinDepth(float MinDepth)
public float MaxDepth()
public freenect2.Freenect2Device.Config MaxDepth(float MaxDepth)
@Cast(value="bool") public boolean EnableBilateralFilter()
public freenect2.Freenect2Device.Config EnableBilateralFilter(boolean EnableBilateralFilter)
@Cast(value="bool") public boolean EnableEdgeAwareFilter()
public freenect2.Freenect2Device.Config EnableEdgeAwareFilter(boolean EnableEdgeAwareFilter)
Copyright © 2018. All rights reserved.