MCPcopy 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
771void OpenCLDepthPacketProcessor::loadLookupTable(const short *lut)
772{
773 impl_->fill_lut(lut);
774}
775
776bool OpenCLDepthPacketProcessor::good()
777{

Callers

nothing calls this directly

Calls 1

fill_lutMethod · 0.45

Tested by

no test coverage detected