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

Method loadXZTables

src/opencl_kde_depth_packet_processor.cpp:830–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830void OpenCLKdeDepthPacketProcessor::loadXZTables(const float *xtable, const float *ztable)
831{
832 impl_->fill_xz_tables(xtable, ztable);
833}
834
835void OpenCLKdeDepthPacketProcessor::loadLookupTable(const short *lut)
836{

Callers

nothing calls this directly

Calls 1

fill_xz_tablesMethod · 0.45

Tested by

no test coverage detected