C# Class SoftLove.Zoning.ZoneRegister

Show file Open project: benkuper/SoftLove Class Usage Examples

Public Methods

Method Description
Launch ( ) : void

Lancement

ZoneRegister ( String _xmlFileName ) : System

Constructeur d'un ZoneRegister, utilise un fichier XML. Si le fichier n'existe pas, il sera cree.

Private Methods

Method Description
AcquireSkeleton ( Object sender, Microsoft.Kinect.SkeletonFrameReadyEventArgs e ) : void

Fonction d'acquisition du skeleton

ConvertAndStoreSkelPosition ( Zone _zone ) : void

Recupere les positions X et Z du skeleton, et cree un nouveau points dans la zone

CreateEmptyXmlDocument ( string _xmlFileName ) : void

Creation d'un nouveau fichier XML

CreateZone ( ) : void

Creation d'une nouvelle zone avec 2 points

InitSensor ( ) : void

Initialisation de la Kinect, activation du tracking de skeleton

Method Details

Launch() public method

Lancement
public Launch ( ) : void
return void

ZoneRegister() public method

Constructeur d'un ZoneRegister, utilise un fichier XML. Si le fichier n'existe pas, il sera cree.
public ZoneRegister ( String _xmlFileName ) : System
_xmlFileName String
return System