C# 클래스 Kinect.Core.Gestures.Hands

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

공개 메소드들

메소드 설명
DetectClap ( ) : bool
DetectClap ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : bool
Hands ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
WithinMargin ( double left, double right, double margin ) : bool

메소드 상세

DetectClap() 공개 메소드

public DetectClap ( ) : bool
리턴 bool

DetectClap() 공개 메소드

public DetectClap ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : bool
left System.Windows.Media.Media3D.Point3D
right System.Windows.Media.Media3D.Point3D
리턴 bool

Hands() 공개 메소드

public Hands ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : System
left System.Windows.Media.Media3D.Point3D
right System.Windows.Media.Media3D.Point3D
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string