MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / Config

Method Config

src/libfreenect2.cpp:730–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730Freenect2Device::Config::Config() :
731 MinDepth(0.5f),
732 MaxDepth(4.5f), //set to > 8000 for best performance when using the kde pipeline
733 EnableBilateralFilter(true),
734 EnableEdgeAwareFilter(true) {}
735
736void Freenect2DeviceImpl::setConfiguration(const Freenect2Device::Config &config)
737{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected