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

Method getZTable

src/depth_packet_processor.cpp:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156const float* DumpDepthPacketProcessor::getXTable() { return xtable_; }
157const float* DumpDepthPacketProcessor::getZTable() { return ztable_; }
158
159const short* DumpDepthPacketProcessor::getLookupTable() { return lut_; }
160

Callers 1

getDepthZTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected