登录
首页 » Visual C++ » gesture-system

gesture-system

于 2020-06-30 发布 文件大小:1617KB
0 237
下载积分: 1 下载次数: 13

代码说明:

  目前已有的手部运动跟踪系统大多在一定程度上限制了人体运动自由. 基于此, 提出一种无线、 可穿戴、 无障碍的腕关节、 指关节运动跟踪系统. 在人体每个手指甲上粘贴一轻小永磁体, 用以产生标示腕关节、指关节运动的信号 若干磁传感器置于手腕处的电子腕带上, 作为标示信号( 磁信号) 检测器. 当腕关节、 指关 节运动时, 永磁体在各传感器所在位置处的合成磁场发生变化, 传感器对该磁场信号进行测量, 所检测到的磁场信号送入手部姿势估计器, 估计器基于系统数学模型计算手部姿势, 从而实现对手部运动的跟踪.(Most of the existing hand movement tracking system to a certain extent limited the freedom of human motion. This paper presents a wireless, wearable, accessible wrist, knuckles motion tracking system. In each fingernail on the human body Paste a light small permanent magnet to produce marked the wrist, referring to the signal of the joint movement the number of magnetic sensors placed in the wrist at the electronic wristband, as marked signal (magnetic signal) detector. when the wrist, knuckles campaign , the permanent magnet in the magnetic field of the sensor location at changes in the sensors of the magnetic signal measurement, the detected magnetic field signal sent from the start with the Ministry of posture is estimated, the estimator based on the mathematical model to calculate the hand position in order to achieve of hand movement tracking.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • opencv
    利用opencv+VC++实现对图像的边缘处理,从而对图像进行检测(Use opencv+ VC++ to achieve the edge of the image processing to the image detector)
    2016-02-18 15:20:39下载
    积分:1
  • OpenCV
    讨论了OpenCV(Open Source Computer Vision Library)相对于现有的计算机视觉软件包所具有的优势,描述了OpenCV的 环境配置、数据定义、图像元素访问方式。OpenCV成为一种源码开放、包含丰富的高级数学计算函数、图像处理函数和计算机视觉 函数、不断更新和平台无关性的计算机视觉软件包。(Discussed the OpenCV (Open Source Computer Vision Library) relative to the existing computer vision, the advantages of packages, description of OpenCV environment configuration, data definition, the image element access mode. OpenCV become an open-source, contains a wealth of advanced mathematical calculations, functions, image processing functions, and computer vision functions, continuously updated, and platform-independent package of computer vision.)
    2009-10-25 00:48:30下载
    积分:1
  • Hausdorff-Distance
    模式识别中相似度-豪斯多夫距离源码,可用于对比算法相似度,也可直接作为函数调用(Hausdorff distance for pattern recognition similarity calculating)
    2017-05-22 19:48:38下载
    积分:1
  • ImageRegistration
    基于边缘特征的图像配准算法源码 基于边缘特征的图像配准算法是将不同时间、不同的传感器(成像设备)或不同条件下(天候、照度、摄像位置和角度等)获取的同一场景的两幅或多幅图像根据其边缘特征进行匹配、叠加的处理,最终生成一幅全景图像的方法。该方法具有抗噪性强,匹配速度快,误匹配率低,适用于多种类型的图像等优点,主要可以运用于以下领域: (1)军事研究领域,如飞行器辅助导航系绞、武器投射系统的末制导以及寻地等应用研究; (2)医学图像分析,如数字剪影血管造影DSA血管造影术、肿瘤检测、白内障检测、CT、MRI、 PET、 SPECT图像结构信息融合; (3)模式识别,如特征识别、波形分析、签名证实、目标物运动跟踪、序列图像分析等; (4)计算机视觉,可用于目标定位、自动质量控制等; (5)遥感数据分析,多电磁波段图像信息融合,如多谱段的等场景分类、定位和识别定义好的或已知特征的场景、自然资源监控、核生长监控、市区增长检测等。 本算法实现使用VC++6.0为开发环境,目前只支持灰度图像,感兴趣的朋友可以进一步扩展。(Image registration is a fundamental problem in image processing, which is a process to match two or more images of the same scene taken at different times, from different viewpoints, or by different sensors. Image registration is an important technique for a great variety of applications such as medical image analysis, computer vision, remote image data analysis, image information fusion, and the recovery of the 3–D characteristics of a scene.)
    2009-03-19 13:17:58下载
    积分:1
  • FaceDetection
    本程序和实现对一幅包含人脸的bmp图像进行光纤补偿,对人脸区域进行检测实现人眼和人嘴的检测与定位,最后勾绘出人脸的特征以实现人脸检测的目的。(This procedure and implementation of a compensate the fiber contains face of BMP image, the face region detection to realize human eyes and mouth detection and positioning, finally drew out the facial features to achieve the purpose of face detection. )
    2013-04-17 10:37:31下载
    积分:1
  • two-number
    该程序能够实现图像的二值化,基于C语言的。实现的效果很好(The program to achieve a binary image, based on C language. Achieve a good effect)
    2012-07-05 14:12:03下载
    积分:1
  • chapter12
    图像处理中的数字识别代码,包括数字训练集合和训练分类算法,可以实际应用。(digital recognition)
    2015-10-11 21:25:41下载
    积分:1
  • fuliyebianhuan
    能够成功实现傅里叶变换,包括32点 64点 128点 256点 512点 1024点。(Fourier transform can be successfully achieved, including 32 points 64 points 128 points 256 points 512 points 1024 points.)
    2013-05-31 19:57:28下载
    积分:1
  • HumanDet1
    人头检测 通过颜色分割产生人头头发部分的二值图像,计算此部分的面积和长宽比来判断是否有人头(human detection)
    2021-03-05 18:49:31下载
    积分:1
  • pian
    偏微分方程_PDEs_模型在图像处理中的若干应用(_PDEs_ Model partial differential equations in image processing)
    2013-03-04 16:57:43下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载