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

Method InitUserSelection

Samples/NiUserSelection/UserTracker.cpp:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160XnStatus UserTracker::InitUserSelection(UserSelector *pUserSelector,TrackingInitializer *pTrackingInitializer)
161{
162 m_pUserSelector=pUserSelector;
163 m_pTrackingInitializer=pTrackingInitializer;
164 return XN_STATUS_OK;
165}
166
167
168void UserTracker::CalcHistogram(const XnDepthPixel* pDepth, XnUInt16 xRes,XnUInt16 yRes)

Callers 1

SetSelectorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected