C# 클래스 SoftLove.Zoning.ZoneRegister

파일 보기 프로젝트 열기: benkuper/SoftLove 1 사용 예제들

공개 메소드들

메소드 설명
Launch ( ) : void

Lancement

ZoneRegister ( String _xmlFileName ) : System

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

비공개 메소드들

메소드 설명
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

메소드 상세

Launch() 공개 메소드

Lancement
public Launch ( ) : void
리턴 void

ZoneRegister() 공개 메소드

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