OpenNI 1.0.0
Public Member Functions
xn::SceneAnalyzer Class Reference

#include <XnCppWrapper.h>

Inheritance diagram for xn::SceneAnalyzer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 SceneAnalyzer (XnNodeHandle hNode=NULL)
void GetMetaData (SceneMetaData &metaData) const
const XnLabelGetLabelMap () const
XnStatus GetFloor (XnPlane3D &Plane) const
XnStatus Create (Context &context, Query *pQuery=NULL, EnumerationErrors *pErrors=NULL)

Detailed Description

Represents a Scene Analyzer node


Constructor & Destructor Documentation

xn::SceneAnalyzer::SceneAnalyzer ( XnNodeHandle  hNode = NULL) [inline]

Ctor

Parameters:
hNode[in] Node handle

Member Function Documentation

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


The documentation for this class was generated from the following file: