Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ getDepthMetaData
Function
getDepthMetaData
Samples/NiViewer/Device.cpp:687–690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
685
}
686
687
const DepthMetaData* getDepthMetaData()
688
{
689
return g_Depth.IsValid() ? &g_DepthMD : NULL;
690
}
691
const ImageMetaData* getImageMetaData()
692
{
693
return g_Image.IsValid() ? &g_ImageMD : NULL;
Callers
9
statisticsInit
Function · 0.85
statisticsStart
Function · 0.85
statisticsAddFrame
Function · 0.85
getStatisticsMessage
Function · 0.85
drawColorImage
Function · 0.85
drawDepth
Function · 0.85
drawPointerMode
Function · 0.85
drawFrame
Function · 0.85
captureSingleFrame
Function · 0.85
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected