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

Method loadLookupTable

src/opencl_kde_depth_packet_processor.cpp:835–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833}
834
835void OpenCLKdeDepthPacketProcessor::loadLookupTable(const short *lut)
836{
837 impl_->fill_lut(lut);
838}
839
840bool OpenCLKdeDepthPacketProcessor::good()
841{

Callers

nothing calls this directly

Calls 1

fill_lutMethod · 0.45

Tested by

no test coverage detected