* @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
| 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 |
nothing calls this directly
no test coverage detected