MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / xnGetLabelMap

Function xnGetLabelMap

Source/OpenNI/XnOpenNI.cpp:5341–5347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5339}
5340
5341XN_C_API const XnLabel* xnGetLabelMap(XnNodeHandle hInstance)
5342{
5343 XN_VALIDATE_INTERFACE_TYPE_RET(hInstance, XN_NODE_TYPE_SCENE, NULL);
5344 XnSceneAnalyzerInterfaceContainer* pInterface = (XnSceneAnalyzerInterfaceContainer*)hInstance->pModuleInstance->pLoaded->pInterface;
5345 XnModuleNodeHandle hModuleNode = hInstance->pModuleInstance->hNode;
5346 return pInterface->Scene.GetLabelMap(hModuleNode);
5347}
5348XN_C_API XnStatus xnGetFloor(XnNodeHandle hInstance, XnPlane3D* pPlane)
5349{
5350 XN_VALIDATE_INTERFACE_TYPE(hInstance, XN_NODE_TYPE_SCENE);

Callers 3

GetLabelMapMethod · 0.85
xnUpdateSceneMetaDataFunction · 0.85

Calls 1

GetLabelMapMethod · 0.45

Tested by

no test coverage detected