Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ loadLookupTable
Method
loadLookupTable
src/depth_packet_processor.cpp:177–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void DumpDepthPacketProcessor::loadLookupTable(const short *lut) {
178
delete[] lut_;
179
lut_ = new short[LUT_SIZE];
180
std::memcpy(lut_, lut, LUT_SIZE * sizeof(short));
181
}
182
} /* namespace libfreenect2 */
Callers
1
setIrCameraParams
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected