Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ loadLookupTable
Method
loadLookupTable
src/opencl_depth_packet_processor.cpp:771–774 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
769
}
770
771
void OpenCLDepthPacketProcessor::loadLookupTable(const short *lut)
772
{
773
impl_->fill_lut(lut);
774
}
775
776
bool OpenCLDepthPacketProcessor::good()
777
{
Callers
nothing calls this directly
Calls
1
fill_lut
Method · 0.45
Tested by
no test coverage detected