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

Method getDepthZTable

src/packet_pipeline.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200const float* DumpPacketPipeline::getDepthZTable(size_t* length) {
201 *length = DepthPacketProcessor::TABLE_SIZE;
202 return static_cast<DumpDepthPacketProcessor*>(getDepthPacketProcessor())->getZTable();
203}
204
205const short* DumpPacketPipeline::getDepthLookupTable(size_t* length) {
206 *length = DepthPacketProcessor::LUT_SIZE;

Callers

nothing calls this directly

Calls 1

getZTableMethod · 0.80

Tested by

no test coverage detected