C# 클래스 Grafiti.GestureRecognizers.CircleGR

Circle recognizer. The gesture can be made by one or more traces (starting and ending in a synchronized way, relatively to GROUPING_SYNCH_TIME). The algorythm will indistinctly recognize round paths covering the shape of a circonference (even passing more times on the same section). However the first and the last point of the path must be close to each other. A "bug" makes the GR to recognize as a circle also a 'C' if the path is closed enough (not much), and such that the extremes of the path are close to each other (you must draw the letter twice: forward and backward).
상속: Grafiti.GlobalGestureRecognizer
파일 보기 프로젝트 열기: nuigroup/grafiti

공개 메소드들

메소드 설명
CircleGR ( ) : System
CircleGR ( GRConfiguration configuration ) : System
Process ( List traces ) : void

비공개 메소드들

메소드 설명
OnCircle ( int n, float x, float y, float r ) : void

메소드 상세

CircleGR() 공개 메소드

public CircleGR ( ) : System
리턴 System

CircleGR() 공개 메소드

public CircleGR ( GRConfiguration configuration ) : System
configuration Grafiti.GRConfiguration
리턴 System

Process() 공개 메소드

public Process ( List traces ) : void
traces List
리턴 void