FingerKeyboard
Public Member Functions | Public Attributes | List of all members
FkFinger Class Reference

사용자의 손가락에 대한 벡터, 모션 등에 대한 정보를 다루기 위한 클래스이다. More...

#include <FkPostProcessor.h>

Collaboration diagram for FkFinger:
Collaboration graph
[legend]

Public Member Functions

void setPrevFinger ()
 이전 프레임에서의 FkFinger 객체를 설정한다.
 
void fingerCopy (FkFinger *finger)
 FkFinger 객체를 복사한다.
 
void setValidMotion ()
 유효한 움직임을 판단하기위한 함수이다.
 
void setMotionVector ()
 Motion Vector를 계산하는 함수이다.
 
void initAttribute ()
 FkFinger 객체를 초기화하는 함수이다.
 
bool isMotion ()
 키 입력을 하는 움직임에 대해 판단하는 함수이다.
 
bool isDownMotion ()
 아래로 향하는 움직임에 대해 판단하는 함수이다.
 
bool isFingerInButton (FkKeyButton button)
 손가락이 버튼내부에 있는지 판단하는 함수이다.
 
double getmotionVectorAccumulation ()
 Motion Vector를 누적시킨 값을 반환한다.
 

Public Attributes

FkFingerprevFinger
 
CvPoint fingerTip
 

Detailed Description

사용자의 손가락에 대한 벡터, 모션 등에 대한 정보를 다루기 위한 클래스이다.

Date
2015
Author
한성대학교 컴퓨터공학과 강진혁(jinhu.nosp@m.k131.nosp@m.3@gma.nosp@m.il.c.nosp@m.om)

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