![]() |
OpenNI 1.5.2
|
#include <XnCppWrapper.h>

Public Member Functions | |
| SceneAnalyzer (XnNodeHandle hNode=NULL) | |
| SceneAnalyzer (const NodeWrapper &other) | |
| void | GetMetaData (SceneMetaData &metaData) const |
| const XnLabel * | GetLabelMap () const |
| XnStatus | GetFloor (XnPlane3D &Plane) const |
| XnStatus | Create (Context &context, Query *pQuery=NULL, EnumerationErrors *pErrors=NULL) |
Represents a Scene Analyzer node
| xn::SceneAnalyzer::SceneAnalyzer | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
Ctor
| hNode | [in] Node handle |
| xn::SceneAnalyzer::SceneAnalyzer | ( | const NodeWrapper & | other | ) | [inline] |
| XnStatus xn::SceneAnalyzer::Create | ( | Context & | context, |
| Query * | pQuery = NULL, |
||
| EnumerationErrors * | pErrors = NULL |
||
| ) | [inline] |
Creates an scene analyzer.
For full details and usage, see xnCreateSceneAnalyzer| XnStatus xn::SceneAnalyzer::GetFloor | ( | XnPlane3D & | Plane | ) | const [inline] |
Gets a description of the floor, if it was found.
For full details and usage, see xnGetFloor| const XnLabel* xn::SceneAnalyzer::GetLabelMap | ( | ) | const [inline] |
Gets the label map, describing the current segmentation of the scene.
For full details and usage, see xnGetLabelMap| void xn::SceneAnalyzer::GetMetaData | ( | SceneMetaData & | metaData | ) | const [inline] |
Gets the current scene meta data.
For full details and usage, see xnGetSceneMetaData
1.7.6.1