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

Method loadXZTables

src/opencl_depth_packet_processor.cpp:766–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766void OpenCLDepthPacketProcessor::loadXZTables(const float *xtable, const float *ztable)
767{
768 impl_->fill_xz_tables(xtable, ztable);
769}
770
771void OpenCLDepthPacketProcessor::loadLookupTable(const short *lut)
772{

Callers

nothing calls this directly

Calls 1

fill_xz_tablesMethod · 0.45

Tested by

no test coverage detected