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

Method GetUserPixels

Include/XnCppWrapper.h:7803–7806  ·  view source on GitHub ↗

* @brief Gets the pixel map of the specified user in the scene and saves it in the @ref xn::SceneMetaData object. * The pixels that form part of the user's body are labeled with user's ID. Other values are irrelevant. * * @param [in] user The ID of the user the pixel map should be returned for. * @param [out] smd Struct to be filled with the pixel map. * * Remarks: *

Source from the content-addressed store, hash-verified

7801 * it belongs.
7802 */
7803 inline XnStatus GetUserPixels(XnUserID user, SceneMetaData& smd) const
7804 {
7805 return xnGetUserPixels(GetHandle(), user, smd.GetUnderlying());
7806 }
7807
7808 /**
7809 * @brief Registers event handlers for the 'New User' and 'Lost User' events.

Callers 5

xnGetUserPixelsFunction · 0.45
glutDisplayFunction · 0.45
ReaderThreadMethod · 0.45
GetUsersPixelsDataMethod · 0.45

Calls 3

xnGetUserPixelsFunction · 0.85
GetHandleFunction · 0.85
GetUnderlyingMethod · 0.45

Tested by

no test coverage detected