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