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

Method getDepthLookupTable

src/packet_pipeline.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205const short* DumpPacketPipeline::getDepthLookupTable(size_t* length) {
206 *length = DepthPacketProcessor::LUT_SIZE;
207 return static_cast<DumpDepthPacketProcessor*>(getDepthPacketProcessor())->getLookupTable();
208}
209
210} /* namespace libfreenect2 */

Callers

nothing calls this directly

Calls 1

getLookupTableMethod · 0.80

Tested by

no test coverage detected