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

Method GetMetaData

Include/XnCppWrapper.h:5884–5887  ·  view source on GitHub ↗

* @brief Gets the scene analyzer node's latest @ref glos_frame_object "frame object", saving * it in the @ref xn::SceneMetaData object. This @ref glos_frame_object "frame object" is a * snapshot of the generated label map data and its associated configuration information at a * certain point in time. This saved @ref glos_frame_object "frame object" provides fast * and easy access to th

Source from the content-addressed store, hash-verified

5882 * label indicating whether it represents a user, or it is part of the background.
5883 */
5884 inline void GetMetaData(SceneMetaData& metaData) const
5885 {
5886 xnGetSceneMetaData(GetHandle(), metaData.GetUnderlying());
5887 }
5888
5889 /**
5890 * @copybrief xnGetLabelMap

Callers

nothing calls this directly

Calls 3

xnGetSceneMetaDataFunction · 0.85
GetHandleFunction · 0.85
GetUnderlyingMethod · 0.45

Tested by

no test coverage detected