#include <XnCppWrapper.h>
Public Member Functions | |
XnStatus | GetFloor (XnPlane3D &Plane) const |
const XnLabel * | GetLabelMap () const |
void | GetMetaData (SceneMetaData &metaData) const |
SceneAnalyzer (XnNodeHandle hNode=NULL) | |
XnStatus | Create (Context &context, Query *pQuery=NULL, EnumerationErrors *pErrors=NULL) |
Represents a Scene Analyzer node
Definition at line 2990 of file XnCppWrapper.h.
xn::SceneAnalyzer::SceneAnalyzer | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
XnStatus xn::SceneAnalyzer::Create | ( | Context & | context, |
Query * | pQuery = NULL , |
||
EnumerationErrors * | pErrors = NULL |
||
) | [inline] |
Creates an scene analyzer.
For full details and usage, see xnCreateSceneAnalyzerDefinition at line 4618 of file XnCppWrapper.h.
XnStatus xn::SceneAnalyzer::GetFloor | ( | XnPlane3D & | Plane | ) | const [inline] |
Gets a description of the floor, if it was found.
For full details and usage, see xnGetFloorDefinition at line 3024 of file XnCppWrapper.h.
const XnLabel* xn::SceneAnalyzer::GetLabelMap | ( | ) | const [inline] |
Gets the label map, describing the current segmentation of the scene.
For full details and usage, see xnGetLabelMapDefinition at line 3016 of file XnCppWrapper.h.
void xn::SceneAnalyzer::GetMetaData | ( | SceneMetaData & | metaData | ) | const [inline] |
Gets the current scene meta data.
For full details and usage, see xnGetSceneMetaDataDefinition at line 3008 of file XnCppWrapper.h.