| 728 | } |
| 729 | |
| 730 | Freenect2Device::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 | |
| 736 | void Freenect2DeviceImpl::setConfiguration(const Freenect2Device::Config &config) |
| 737 | { |
nothing calls this directly
no outgoing calls
no test coverage detected