Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ getZTable
Method
getZTable
src/depth_packet_processor.cpp:157–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
156
const float* DumpDepthPacketProcessor::getXTable() { return xtable_; }
157
const float* DumpDepthPacketProcessor::getZTable() { return ztable_; }
158
159
const short* DumpDepthPacketProcessor::getLookupTable() { return lut_; }
160
Callers
1
getDepthZTable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected