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

Method GetMetaData

Include/XnCppWrapper.h:4999–5002  ·  view source on GitHub ↗

* @brief Gets the image generator node's latest @ref glos_frame_object "frame object", saving * it in the @ref xn::ImageMetaData object. This @ref glos_frame_object "frame object" is a * snapshot of the generated image 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 t

Source from the content-addressed store, hash-verified

4997 * the data and all its associated properties.
4998 */
4999 inline void GetMetaData(ImageMetaData& metaData) const
5000 {
5001 xnGetImageMetaData(GetHandle(), metaData.GetUnderlying());
5002 }
5003
5004 /**
5005 * @copybrief xnGetRGB24ImageMap

Callers

nothing calls this directly

Calls 3

xnGetImageMetaDataFunction · 0.85
GetHandleFunction · 0.85
GetUnderlyingMethod · 0.45

Tested by

no test coverage detected