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

Method GetUsersPixelsData

Samples/NiUserSelection/UserTracker.cpp:424–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 return depthMD.Data();
423}
424const XnLabel* UserTracker::GetUsersPixelsData()
425{
426 xn::SceneMetaData sceneMD;
427 m_UserGenerator.GetUserPixels(0, sceneMD);
428 return sceneMD.Data();
429}
430
431

Callers

nothing calls this directly

Calls 2

GetUserPixelsMethod · 0.45
DataMethod · 0.45

Tested by

no test coverage detected