如何将一个手势与另一个手势进行比较(验证)?
我在SD卡中捕获了一些手势,我想比较用户绘制的手势与捕获的手势
发布于 2015-04-01 19:39:06
1.首先,你必须从SD卡导入你的手势文件:
adb devices #This will give you the connected devices
adb -s deviceNameGivenByThePreviousCommand pull /sdcard/gestures Desktop/2.跟随这个tutorial!
https://stackoverflow.com/questions/29389430
复制相似问题