搜索资源列表
MouseGestures-1.2
- java写的一个鼠标手势识别程序 java写的一个鼠标手势识别程序-java write a mouse gesture recognition procedures java write a mouse gesture recognition procedures
摄像头手势识别
- 打开摄像头,采集图片,并对图片进行肤色提取,分离出手势
JavaOpenCVMatchTemplate_v0.5b_src
- opencv java 开发 手势识别简单应用tank-opencv java simple gesture recognition application development tank
GART
- 手势识别函数库,基于隐马尔可夫模型。JAVA实现。-The Gesture and Activity Recognition Toolit (GART) is a user interface toolkit designed to enable the development of gesturebased applications. GART provides an abstraction to machine learning algorithms suitable for m
Gesture-recognition-using-SOM_Java
- 本文对当今静态手势识别技术中的各种方法进行了详细的分析,并在此基础上,设计并实现了一套可以进行实时识别的静态手势识别系统。-In this paper a detailed analysis of the various methods of static gesture recognition technology today, and on this basis, the design and realization of a set of real-time identification
ArtFilter
- 图片的拖拉和放大缩小,运用的是手势识别检测两点之间的距离-Image drag and zoom using gesture recognition and detection distance between two points
GestureRecogniseSample
- 手势识别功能,此应用简单介绍了手势识别的一些操作,运营。-Gesture recognition function, this application brief gesture recognition operation, operator.
UIdesign
- 蘑菇网界面仿制。有手势识别,ListView优化,注册,删除等操作-Mushrooms network interface imitation. Gesture recognition, ListView optimization, registration, delete operation
CarControler
- 很好,用出大,关于手势识别 很好,用出大,关于手势识别 很好,用出大,关于手势识别-Very good, with a large, good gesture recognition, with a large, good gesture recognition, with a large, good gesture recognition, with a large gesture recognition
Game_GestureDetector_three
- 在Android手机上识别手势,比如按下,抬起等,简单的手势事件响应。-Android phone gesture recognition, such as pressing, lifting, a simple gesture incident response.
android-gestures-
- 很多时候,利用触摸屏的Fling、Scroll等Gesture(手势)操作来操作会使得应用程序的用户体验大大提升,比如用Scroll手势在 浏览器中滚屏,用Fling在阅读器中翻页等。在Android系统中,手势的识别是通过 .OnGestureListener接口来实现的,不过William翻遍了Android的官方文档也没有找到一个相 关的例子,API Demo中的TouchPaint也仅仅是提到了onTouch事件的处理,没有涉及到手势。Android Developer讨论组里也有不少人
SlidingDemoAndroid
- android手势左右与按钮混合触发滑动效果实现,通过不断的移动布局,形成动画效果。布局移动参考了SlidingDrawer,每次移动的时间间隔,20ms,当前时间是SystemClock的时间,平衡总量和每次平移的距离在代码中请自行设置,移动布局,偏移量为offsetX,编写过程中要注意,一定要将触屏事件交给手势识别类去处理(自己处理会很麻烦的)。-android gesture left button triggers mixed with sliding effect achieved t
SlidingDemo
- android手势左右与按钮混合触发滑动效果实现,通过不断的移动布局,形成动画效果。布局移动参考了SlidingDrawer,每次移动的时间间隔,20ms,当前时间是SystemClock的时间,平衡总量和每次平移的距离在代码中请自行设置,移动布局,偏移量为offsetX,编写过程中要注意,一定要将触屏事件交给手势识别类去处理(自己处理会很麻烦的)-android gesture left button triggers mixed with sliding effect achieved th
touch.min
- 触屏手势识别, 多触式开发, 滑屏效果, 触屏特效-touch events
touch-recognize
- 触屏手势识别系统用JAVA语言编写,类似手机和电脑的触屏识别系统,大家一起讨论-Touch gesture recognition system using JAVA language, similar to the touch-screen mobile phones and computers identification system, we can discuss
101138362InsNavigationKalman
- 这是我自己写的xsen的mti系统程序,从陀螺仪和加速度计中实时读取数据,并在地理坐标系中进行解算,最后积分得到速度和位置信息。可以用于手势识别或者精度要求不高的导航系统。如果要用于精确导航,则应该进一步进行修正。程序使用com4进行通信,波特率是115200,采样频率是50hz,这些参数都可以修改。-This is my own writing xsen the mti system program the gyroscopes and accelerometers to read data
gesture-recognition
- 用C++语言做的一个手势识别的实验室项目,能够简单的识别有几个手势。