Skip to content

RichLiu1023/UnistrokeRecognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnistrokeRecognizer

单笔手写识别、手势识别

根据 http://depts.washington.edu/aimgroup/proj/dollar/index.html 修改版

此版本可以在 Egret 中直接使用。

1

Demo 使用Egret,可以自定义手势。

//自定义手势添加
addGesture(name: string, points: Point[]): void;
/**
 * 识别
 * @param points
 * @param useProtractor true:用量角器(快).false:黄金分割搜索
 * @returns {Result}
 * @constructor
 */
recognize(points: Point[], useProtractor: boolean): Result;

==>>顺便点颗星

About

单笔手写识别

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published