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

Method getXTable

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

Source from the content-addressed store, hash-verified

154const unsigned char* DumpDepthPacketProcessor::getP0Tables() { return p0table_; }
155
156const float* DumpDepthPacketProcessor::getXTable() { return xtable_; }
157const float* DumpDepthPacketProcessor::getZTable() { return ztable_; }
158
159const short* DumpDepthPacketProcessor::getLookupTable() { return lut_; }

Callers 1

getDepthXTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected