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

Method getLookupTable

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

Source from the content-addressed store, hash-verified

157const float* DumpDepthPacketProcessor::getZTable() { return ztable_; }
158
159const short* DumpDepthPacketProcessor::getLookupTable() { return lut_; }
160
161void DumpDepthPacketProcessor::loadP0TablesFromCommandResponse(unsigned char* buffer, size_t buffer_length) {
162 delete[] p0table_;

Callers 1

getDepthLookupTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected