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

Method getP0Tables

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

Source from the content-addressed store, hash-verified

152}
153
154const unsigned char* DumpDepthPacketProcessor::getP0Tables() { return p0table_; }
155
156const float* DumpDepthPacketProcessor::getXTable() { return xtable_; }
157const float* DumpDepthPacketProcessor::getZTable() { return ztable_; }

Callers 1

getDepthP0TablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected