基于裸手的自然人机交互关键算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
基于计算机视觉的人机交互是自然人机交互技术领域的研究热点,它利用视觉信息从视频序列中捕获并理解人的肢体动作,使人与计算机之间的交互摆脱了鼠标及键盘的约束,人只需要通过肢体动作、手势、表情等自然信息就能与计算机进行交流,突破了从计算机诞生至今在人机交互过程中必须由人来适应机器的屏障,人与计算机之间的交流更加自然、流畅。人手在信息交互过程中蕴含大量信息,因此在人机交互系统中处于非常重要的地位。文献[30]指出,手指交互技术主要有四类应用:手语识别、手势识别、手指书写、虚拟触控,如何获得手指状态信息是其中的关键点。通过附着在手上的特殊设备如:数据手套或传感器可以准确的获得手部3D模型从而获得手部运动和形状的准确信息,然而却要求附加额外的设备,价格昂贵,不易普及应用。随着图像处理、机器视觉、人工智能等学科的不断发展,基于普通摄像头,并以一种机器视觉的方式获得手指状态信息成为可能。这是一种更加自然同时也更加廉价的人机交互方式。然而,由于人手是一种多关节非刚性物体,手指的状态在运动过程中不断发生变化(可高达27个自由度)以及视觉本身的不适定性,使得基于视觉的手指交互是一项极具挑战性的研究。国内外众多学者及相关研究机构在基于视觉的人机交互系统的研究上做出了大量富有成效的研究,然而,由于多数研究对应用环境都做出了苛刻的限制,与真实应用环境出入较大,难以适应真实的应用环境。针对此问题,本文分别提出复杂环境中手势分割算法、实时指尖定位算法和基于Mean Shift及粒子滤波的手部运动跟踪算法,并在以上算法的基础上设计并实现了基于视觉的人机交互系统。具体而言,本文贡献如下:
     1)复杂环境中的手势分割方面。针对复杂环境下,肤色识别效果较差的问题,本文提出了基于颜色及局部背景差分法的肤色检测算法。该算法首先在YCbCr颜色空间中检测背景中的类肤色区域,并通过基于码本(codebook)的背景建模方法对背景中的类肤色区域进行建模。然后应用亮度无关的静态椭圆肤色模型在YCbCr颜色空间中的CbCr平面上对肤色进行初次检测,如果初次检测结果与背景中的类肤色区域存在重叠部分,则在重叠部分应用局部背景差分法分割出准确的前景肤色区域。该算法能够在复杂环境中准确分割出肤色与非肤色,据有极强的适应能力及较高的执行效率。
     2)手指指尖定位方面。针对3D手部模型在基于视觉的人机交互系统中过于复杂难以进行实时计算的问题,本文提出了一种简化的手部2D模型,与以往的手部2D模型相比较,该模型的特点是强调手掌重心位置及手指指尖位置,根据该模型只要准确找到手掌重心就能根据指尖与手掌重心的距离关系定位指尖位置。其次,提出了基于距离变换的手掌重心查找算法,该算法能够稳定准确的定位手掌重心,并且查找到的重心位置与手指伸出的数量及状态无关。最后,本文提出了基于距离变换的手指指尖定位算法,本算法能够准确的查找到指尖位置,且运行效率较高,完全满足实时计算任务要求。
     3)手部运动跟踪方面。对目标进行快速准确的跟踪一直是基于视觉的人机交互系统的研究重点,针对人手的无规则快速运动难以进行有效跟踪的问题,本文提出了基于MeanShift及粒子滤波的四向预测跟踪算法,该算法结合了MeanShift算法及粒子滤波算法各自的优点,当目标发生突然变向运动而导致运动目标跟踪丢失的前景下将启动四向预测机制,对运动目标实施二次预测搜索,该算法能对快速变向运动目标进行有效跟踪,完全满足手部不规则变向运动的实时跟踪要求。
     4)手部跟踪目标区域初始化方面。在基于区域的跟踪方法中,被跟踪区域的初始化过程通常是人手工标记完成的,如何自动初始化被跟踪目标区域一直是个研究难点,本文提出了一种基于手部特征的跟踪区域自动识别算法,该算法能够有效利用肤色检测及手指指尖查找的结果,与本文提出的指尖查找算法及快速目标跟踪算法据有良好的集成性。
     5)实时手部运动跟踪及指尖定位方面。由于基于视觉的人机交互系统是一个涉及到计算机图形学、模式识别、人工智能等众多学科领域的复杂系统,因此,如何将处理不同问题的算法进行有效集成,使其成为一个有机的统-体,是任何一个人机交互系统的设计者所必须面对的重要问题。本文对复杂环境肤色检测算法、基于码本的背景建模方法、指尖定位算法及四向预测跟踪算法进行了有效集成,充分考虑了各个算法计算结果的复用性,保证了系统整体的运行效率,形成了基于手部运动及指尖定位的人机交互系统的基础,实验证明该系统能够有效应用于基于计算机视觉的人机交互环境。
Vision-based human-computer interaction is a research focus in natural human-computer interaction field.It uses the visual information to capture from the video sequence, and makes the interaction between humans and computers out from the mouse and keyboard constraints. People can communicate with computer just through natural information such as body movements, gestures, and facial expressions.The exchange between humans and computers is more natural and smooth. Finger contains a large number of information in human-computer interaction process, so it is in a very important position in natural human-computer interaction system.Reference[31] indicate that finger interaction technology has four main applications:Sign language recognition;gesture recognition; Finger writing and virtual touch, how to get finger status information is one of the key points.It is possible to get finger status with the development of image processing,computer vision and artificial intelligence.However, due to hand is a multi-joint non-rigid object (Can be as high as27degrees of freedom [23]),so vision-based finger interaction is a challenging study. Domestic and foreign scholars and research institutions have made much effective research in the field of vision-based human-computer interaction systems.However, the majority of research has made harsh restrictions in application environment, and the environment is quite different with the real-world environments.So the vision-based human-computer interaction systems tend to only stay in the laboratory. According to this problem,this paper presented the complex environment skin detection algorithm,real-time fingertips localization algorithm and Tracking algorithm of random movement and high speed. Based on the above algorithms, we design and implement a vision-based human-computer interaction system. The contributions of this paper are as follows:
     1)Skin color detection in complex environments.According to the problem of poor color recognition in complex environment, this paper presented skin color detection based on color and part background subtraction algorithm.Firstly, the algorithm detects the skin color regions in background area with YCbCr color space.Secondly, it models the background in skin color regions with code book background modeling method.Thirdly, it initials detect skin color with static elliptical model in CbCr flat of YCbCr color space.If the initial detection skin color results have overlapping parts with skin color region in background, the algorithm uses part background subtraction to segment foreground skin color region in overlapping parts.The algorithm can effectively distinguish skin color and non-skin color in complex environment, and it possessed a very strong resilience and high efficiency
     2) Fingertip location.This paper presented fingertip location base on distance transform algorithm.Firstly, according to the problem that the3D hand models are too complex to real time calculate in vision-based human-computer interaction system, this paper presented a simplified2D hand model,and the characteristics of the model is emphasis on palm center of gravity position and fingertips position. Using this model,we can locate fingertips according to the distance between fingertips and palm of the center of gravity, if the palm center of gravity can be found accurately. Secondly, this paper presented palm of the center of gravity location algorithm based on distance transform.The palm of the center of gravity can be located accurately location by this algorithm.
     3)Fast moving target tracking.Tracking object which makes random and rapid movement is always a research focus.This paper presented a four-way prediction tracking algorithm based on particle filtering algorithm and Mean Shift algorithm. The algorithm combines respective advantages from both particle filtering algorithm and Mean Shift Algorithm.Firstly, it uses particle filtering algorithm to predict the possible region of target object. After that, we lock on the precise position of target object by using Mean Shift algorithm,which is proved to be efficient and speedy. Meanwhile, it uses the four-way prediction tracking algorithm to deal with the losing frames which lead by the random movement of target object, and makes a dramatically improvement for the possibility of tracking.Experimental results show the algorithm has high robust when tracking target with random and rapid movement.
     4) Tracking region initialization. Tracking regional initialization process is usually hand-finished in tracking method based on region. How to automatically initialize tracking regional has been a research difficulty. The algorithm can effectively use color detection and fingertip search results.
     5)Real-time hand motion tracking and fingertip location. The vision-based human-computer interaction system is a very complex, which related to a computer graphics, pattern recognition, artificial intelligence and many other fields.Therefore, how to effectively integrated differences algorithms is an important problem for any designer of human-computer interaction system. In this paper, the algorithms of complex environment skin color detection, part background subtraction, fingertip location and four-way prediction tracking are effective integration. We consider the reusability of the results of each algorithm;ensure the operational efficiency of the system.All of these formed the basis of human-computer interaction system. Experiments show that this system can be effectively used in vision-based human-computer interaction environment.
引文
[1]袁保宗,阮秋琦,王延江,刘汝杰,唐晓芳.新一代(第四代)人机交互的概念框架特征及关键技术.电子学报[J],2003(S1).
    [2]Lampson Butler. Computing research in the 21st century [N].Chinese Information World,1999-7-1(A6).
    [3]DeFanti.T. A, D. J. Sandin. Final Report to the National Endowment of the Arts[C].University of Illinois at Chicago Cirele,1977.
    [4]Foley, J. D. Interface for Advanced Computing[J].Scientific American. 1987(257).NO.4.
    [5]http://www.vrealities.com/glove.html.
    [6]http://www.nintendo.com/wii.
    [7]http://us.playstation.com/PS2
    [8]http://www.pranavmistry.com/projects/sixthsense/
    [9]http://www.xbox.com
    [10]http://www.xbox.com/kinect/
    [11]刘波,王章野,王丽英,鲍虎军,彭群生.城市的高效建模及雨雪天气下的实时绘制[C].中国计算机图形学进展2008--第七届中国计算机图形学大会论文集.
    [12]王修晖,鲍虎军.基于自适应遗传算法的手势识别[J].计算机辅助设计与图形学学报,2007(08):1056-1062.
    [13]鲍虎军.虚拟现实技术概论[M].中国基础科学,2003(03):P26-32.
    [14]刘峰,华炜,鲍虎军.基于深度网格的大规模森林场景的动态模拟[J].计算机辅助设计与图形学学报,2010(10):1701-1708.
    [15]苗兰芳,黄劲,郑文庭,鲍虎军,彭群生.点模型的局部几何重建和光线跟踪[J].计算机辅助设计与图形学学报,2006(06):805-811.
    [16]徐光祐,陶霖密,史元春,张翔.普适计算模式下的人机交互[J].计算机学报,2007(07):1041-1053.
    [17]柳阳.基于穿戴视觉的手势交互方法研究[D].博士论文,北京理工大学,2006.
    [18]Fang G L, Gao W, Zhao D B. Large vocabulary sign language recognition based on fuzzy decision trees[C].IEEE Trans on System Man and Cybernetics, 2004,34(3):305-314.
    [19]Gao W, Ma J, Wu J Q, et al.Large vocabulary sign language recognition based on HMM/ANN/DP[C].International Journal on Pattern Recognition and Artificial Intelligence,2000,14(5):587-602.
    [20]Wang C, Shan S,Gao W. An approach based on phonemes to large vocabulary Chinese Sign Language recognition[J].Automatic Face and Gesture Recognition,2002:411-4162.
    [21]Yao G, Yao H, Liu X, et al.Real time large vocabulary continuous sign language recognition based on OP/Viterbi algorithm[C].Proceedings of International Conference on Pattern Recognition(ICCV).2006,3:312-315.
    [22]Rchg JM, Kanadc T. Visual Tracking of high DOF articulated structures: An application to human hand tracking[C].In Proc.of the 3rd Euro pean Conf. on Computer Vision.1994.35-46.
    [23]Xu Chenyang, Jerry L Prince. Gradient vector flow:a new external force for snakes[C]. Proceedings of IEEE Computer Society Conference on Computer Vision and PatternRecognition, San Juan,Puerto Rico:IEEE,1997:66-71
    [24]郭康德,张明敏,孙超,李扬,汤兴.基于视觉技术的三维指尖跟踪算法[J].计算机研究与发展,2010(06):1013-1019.
    [25]Klaus D U, Schmalstieg D. Finger tracking for interaction in augmented environments[C].Proc of the 2nd ACM/IEEE Int Symp on Augmented Reality (ISAR'01),Washington, DC:IEEE Computer Society,2001:29-30.
    [26]李雨浪,于瀛洁.基于视觉的手指空间位置检测技术[J].计算机工程与设计,2010(03):555-558.
    [27]Hardenberg CV,Berard F.Bare-Hand human-computer interaction[C].In: Proc.of the ACM workshop on Perceptual User Interface,2001:15-17.
    [28]Oka K, Sato Y. Real-Time fingertip tracking and gesture recognition[C]. Proc.of IEEE Computer Graphics and Applications,2002,22(6):64-71.
    [29]王西颖,张习文,戴国忠.一种面向实时交互的变形手势跟踪方法[J].软 件学报,2007(10):2425-2433.
    [30]向守兵,苏光大,任小龙,吉倩倩,方飞.实时手指交互系统的嵌入式实现[J].光学精密工程,2011(08):1911-1918.
    [31]Nguyen Dang Binh. A Robust Framework for Visual Object Tracking[C]. International Conference on Computing and Communication Technologies,2009: 1-8.
    [32]蒋恋华,甘朝晖,蒋旻.多目标跟踪综述[J].计算机系统应用,2010(12).
    [33]张娟,毛晓波,陈铁军.运动目标跟踪算法研究综述[J].计算机应用研究,2009(12):4407-4410.
    [34]Kass M, Witkin A, Terzopoulos D. Snake Active contourmodels[J]. International Joumal of Computer Vision,1988,1(4):321-331.
    [35]王素玉,沈蓝荪.智能视觉监控技术研究进展[J].中国图象图形学报,2007,12(9):1505-1514.
    [36]Zhao T, Nevatia R, and Lv F. Segmentation and tracking of multiple humans in complex situations[C].proceedings of the 2001 IEEE Computer Society Conference on Compute Vision and Patten Recognition, vol.2,2001: 194-201.
    [37]吕东辉,王滨YCbCr空间中一种基于贝叶斯判决的肤色检测方法[J].中国图象图形学报,2006(01):47-52.
    [38]Chai D, Bouzerdoum A. A Bayesian approach to skin color classification in YCbCr color space [C].Proceedings IEEE Region Ten Conference,Kuala Lumpur, Japan,2000.2:421-424.
    [39]高建坡,王煜坚,杨浩,吴镇扬.一种基于KL变换的椭圆模型肤色检测方法[J].电子与信息学报,2007(07):1739-1743.
    [40]李雁,申铉京,赵德斌.基于纹理的皮肤检测[J].计算机工程与应用,2003(19):74-77.
    [41]M Strzelecki.Segmentation of Textured Images Using Network of Synchronized Oscillators [C].IEEE Workshop on Signal Processing, Poznan, 2001:105-108.
    [42]Howarth P,Ruger S.Robust Texture Feature for Still-Image Retrieval[C].IEEE Proc.-Vis,Image Signal Process,2005,152(6): 868-874.
    [43]刘忠平,邵平.融合区域颜色和纹理两级特征的快速人体皮肤检测[J].计算机应用与软件,2010(10):134-137.
    [44]陈宇,陈福民.基于颜色和纹理的皮肤检测方法[J].计算机辅助工程,2006(02):23-26.
    [45]陈峰.基于多特征的综合皮肤检测方法[J].计算机工程与设计,2003(11).
    [46]M. Storring,HJ Andersen, and E.Granum. Skin color detection under changing lighting conditions[C].In H. Araujo and J. Dias,editors,7th International Symposium on Intelligent Robotic System,1999:187-195.
    [47]Hunke M, Waibel.A Face location and tracking from human-computer interaction[C].Proc.Conference Record of the Twenty-Eighth Asilomar Conference on Signals,Systems and Computers, Pacific Grove,California, USA,1994(2):1277-1281.
    [48]Michael J. Jones,James M. Rehg. Statistical Color Model with Application to Skin Detection[C].In Proc. Of the CVPR'99(1):274-280.
    [49]T. Gevers,A. W. M. Smeulers.A Comparative Study of Several Color Models for Color Image Invariant Retrieval[C].Proc of the 1st int'1 workshop on Image database and multimedia search,1996:17-26.
    [50]M. C. Shin, K.I.Chang and L. V. Tsap Does Colorspace Transformation Make Any Difference on Skin Detetion[J].IEEE Workshop on Application of Computer Vision,2002:275-279.
    [51]A. Albiol,L.Torres,E. J. Delp. Optimum Color Space for Skin Detection[C].IEEE Int Conf. on Image Processing,2001(1):122-124.
    [52]徐战武,朱淼良基于颜色的皮肤检测综述[J].中国图象图形学报,2007(03).
    [53]Guangzheng Yang, Thomas S Huang. Human face detection in a complex background[J].Pattern Recognition,1996:345-350.
    [54]徐站武.静态肤色检测技术[D].博士论文,浙江大学,2006.
    [55]Chai D, Ngan K. N. Location facial region of a head-and-shoulders color image[C].In:Proceedings of the 3rd International Conference on Automatic Face and Gesture Recognition, Nara, Japan,1998:124-129.
    [56]陈锻生,刘政凯.肤色检测技术综述.计算机学报,2006,29(2):194-207
    [57]Cai J.,Goshtasby A. Detecting human face in color images[J].Image and Vision Computing,1999,18(1):63-75.
    [58]Caetano T.,Olabarriagab S.,Baronea D.. Do mixture models in chromaticity space improve skin detection[J].Pattern Recognition,2003, 36(12):3019-3021.
    [59]M. J. Jones, J. M. Rehg. Statistical Color Models with Application to Skin Detection[J].Int Journal of Computer Vision 2002(46):81-96.
    [60]樊晙,王润生.从视频中检查脸[J].计算机辅助设计与图形学学报,2002,14(5):1-7.
    [61]雷明,张军英,董济扬.一种可变光照条件下的肤色检测算法[J].计算机工程与应用,2002,38(24):123-125.
    [62]徐站武.静态肤色检测技术.博士论文,浙江大学,2006.
    [63]向桂山,王宣银,梁冬泰.基于人脸肤色和特征的实时检测跟踪算法[J].光电工程,2007(04):44-48.
    [64]Yuan J H, Xu Z Z, Li S M, et al.Novel approcach for region merging and image segmentation for human-computer interaction[J].Optical Engineering,2003,42(8):1-4.
    [65]Lee J Y and Yoo S I.An elliptical boundary model for skin color detection. In Proc.of the International Conference on Imaging, Systems, and Techonlogy, Las Vegas,USA,2000:579-584.
    [66]Rein-Lien Hsu,Mohamed Abdel-Mottaleb,Anil K. Jain. Face detection in color image[J].IEEE Transactions on Pattern Analysis and Machine Intelligence,2002,24(5):696-706.
    [67]章毓晋.图像工程(中册)图像分析(第2版)[M],2007:74.
    [68]万缨,韩毅,卢汉清.运动目标检测算法的探讨[J].计算机仿真,2006(10):221-P226.
    [69]代科学,李国辉,涂丹,袁见.监控视频运动目标检测减背景技术的研究现状和展望[J].中国图像图形学报,2006,11(7):920-921.
    [70]Wren C, Azarbayejani A, Darrell T, et al.Real-time Tracking of the Human Body.IEEE Transaction on Pattern Analysis and Machine intelligence, 1997,19(7):780-785.
    [71]X. Gao, T. Boult,F. Coetzee,and V. Ramesh,Error analysis of background adaption [C].in proc.IEEE Conf.on computer vision and Pattern Recognition, Hilton Head,SC,2000:503-510.
    [72]C. Stauffer, W. E. L. Grimson. Learning Patterns of Activity Using Real-Time Tracking[J].IEEE Trans,PAMI,2000,2(8):747-757.
    [73]C. Stauffer,W.E.L Grimson. Adaptive background mixture models for real-time Tracking[A].In CVPR'99[C].1999.246-252.
    [74]Kim K, Chalidabhongse T H, Harwood D, et al.Background Modeling and Subtraction by Codebook Construction[C].Proc.of Int.Conf. on Image Processing, Singapore,2004:3061-3064.
    [75]代科学,李国辉.一种基于码本的监控视频运动目标检测算法[J].计算机工程,2007(14):27-29.
    [76]A Liton, H Fujiyoshi and RPatil.Moving Target Classification and Tracking from Real-Time Video [C].Proc.of the 1998 DARPA Image Understanding Workshop(IUW'98),1998.
    [77]Satoshi Suzuki.Topological Structural Analysis of Digitized Binary Images by Border Following[J].Computer Vision, Graphics,and Image Processing 30,1985:32-46.
    [78]G. Bradski,Boon-Lock Yeo, Minerva M. Yeung. Gesture for video content navigation[C].SPIE 3656 (Proc. of the IS&T/SPIE Conf. on Storage and Retrieval for Image and Video Database VII),San Jose, California,1999: 230-242.
    [79]焦圣品,白英彩,曾芬芳.虚拟现实中手的建模[J].上海交通大学学报.1998(10).
    [80]Oka K, Sato Y. Real-Time fingertip tracking and gesture recognition[C]. Proc.of IEEE Computer Graphics and Applications,2002,22(6):64-71.
    [81]A. Rosenfeld, J. L. Pfaltz.Sequential Operations in Digital Picture Processing[J].J. Ass.Comput.Mach.1966(13):471-494.
    [82]侯志强,韩崇昭.视觉跟踪技术综述[J].自动化学报,2006,32(4):603-617.
    [83]牛长锋.复杂背景下视频运动目标跟踪的研究[J].计算机应用技术,2010.
    [84]Fukunaga K, Hostetler L D. The estimation of the gradient of density function,with applications in pattern recognition[J].IEEE Transactions on Information Theory,1975,21(1):32-40.
    [85]Cheng Yi-zong.Mean Shift,mode seeking,and clustering[J].IEEE Transactions on Pattern Analysis and Machine Intelligence,1995,17(8) 790-799.
    [86]Comaniciu D,Ramesh V,Meer P. Real-time tracking of non-rigid objects using Mean Shift[J].IEEE International Proceedings on Computer Vision and Pattern Recognition,Stoughton Printing House,2000:142-149.
    [87]Comaniciu D,Ramesh V,Meer P.Kernel-based object tracking[J].IEEE Transactions on Pattern Analysis and Machine Intelligence,2003,25 (5): 564-575.
    [88]盛骤,谢式千,潘承毅.概率论与数理统计第三版[M].中国高等教育出版社,2007.
    [89]Harold W.Sorenson Parameter Estimation:Principles and Problems[J].Marcel Dekker,1980.
    [90]Julien Diard,Pierre Bessiere and Emmanuel Mazer.A Survey of Probabilistic Models Using the Bayesian Programming Methodology as a Unifying Framework[C]. The Second International Conference on Computational Intelligence,Robotics and Autonomous Systems,Singapore, December 2003.
    [91]Emanuel Parzen.On Estimation of a Probability Density Function and Mode[J].Annals of Mathematical Statistics,1962,33(3):1065-1076.
    [92]McFarlnae,N ·J·B.nadC.RSchofield,Segmentaion and tracking of piglets in images[J].Machine Vision Applications,1995(8):187-193.
    [93]朱胜利,Mean Shift及其相关算法在视频跟踪中的研究[D].博士论文,浙江大学,2006.
    [94][英]Andrew R. Webb著,王萍 杨培龙 罗颖昕 译.统计模式识别[M],第二版.电子工业出版社.
    [95]文志强,蔡自兴,Mean Shift算法的收敛性分析[J],软件学报2007,18(2).
    [96]Nummiaro K,Koller-Meier E, Van Gool L.An adaptive color-base particle filter[J].Image and Vision Computing,2003,21(1):99-110.
    [97]Comaniciu D,Ramesh V,Meer P. Kernel-based object tracking[J].IEEE Transactions on Pattern Analysis and Machine Intelligence,2003,25(5) 564-575.
    [98]Kalman, R. E. A New Approach to Linear Filtering and Prediction Problems[J],Transactions of the ASME-Journal of Basic Engineering, 1960(82):35-45.
    [99]Kalman, R. E.,Bucy R. S.,New Results in Linear Filtering and Prediction Theory,Transactions of the ASME-Journal of Basic Engineering, 1961(83):95-107.
    [100]Doucet A, Gordon N J. Sequential Monte Carlo Methods in Practice[J]. New York:Springer-Verlag,2001.
    [101]胡士强,敬忠良 著.粒子滤波原理及应用[M].科学出版社.
    [102]The Legacy of Andrei Nikolaevich Kolmogorov Curriculum Vitae and Biography.Kolmogorov School.Ph.D. students and descendants of A. N. Kolmogorov.A. N. Kolmogorov works,books,papers,articles.Photographs and Portraits of A. N. Kolmogorov.
    [103]Jun S.Liu Monte Carlo Strategies in Scientific Computing. Springer Series in Statistics.53-77.
    [104]徐钟济,蒙特卡罗方法[M],上海:科学技术出版社,1985.
    [105]Doucet A, Gordon N J. Sequential Monte Carlo Methods in Practice[M]. New York:Springer-Verlag,2001.
    [106]郑华盛,胡结梅,李曦,曹休平.高维数值积分的蒙特卡罗方法[J],南 昌航空大学学报(自然科学版),2009.
    [107]梁军,粒子滤波算法及其应用研究[D],博士论文,哈尔滨工业大学,2009.
    [108]Hammersly J M, Morton K W. Poor man's Monte Carlo[J].Journal of the Royal statistical society B,1954(16):23-38.
    [109]Gordon N, Salmond D. Novel approach to non-linear and non-gaussian Bayesian state estimation[J].Proceedings of Institute Electric Engineering,1993(140):107-113.
    [110]Sanjeev M, Maskell S. A tutorial on particle filters for online nonlinear/non-gaussian Bayesian tracking[J].IEEE Trans.On Signal Processing,2002,50(2):174-188.
    [111]Doucet A, Freitas N. Sequential Monte Carlo Methods in Practice[M]. New York:Springer,2001.
    [112]Hammersly J M, Morton K W. Poor man's Monte Carlo[J].Journal of the Royal statistical society B,1954(16):23-38
    [113]Doucet A, Godsill S.On sequential Monte Carlo sampling methods for Bayesian filtering[J].Statistics and Computing,2000,10(1):278-288.
    [114]Kong A, Liu J. Sequential imputations and Bayesian missing data problems[J].Journal American Statistical Association,1994,89(2): 278-288.
    [115]N. J. Gordon, D. J. Salmond, and A. F. M. Smith. Novel Approach to Nonlinear,Non-Gaussian Bayesian State Estimation[J].IEEE Proceedings-F, 1993,140(2):107-111.
    [116]Moral PD,Salut G. Non-linear filtering using Monte Carlo particle methods[J].C. R. Academy of Science Paris,1995(320):1147-1152.
    [117]Gordon N, Salmond D. Novel approach to non-linear and non-gaussian Bayesian state estimation[J].Proceedings of Institute Electric Engineering,1993(140):107-113.
    [118]杨伟,柴奇,基于mean-shift的多目标粒子滤波跟踪算法设计[J],光电技术应用,2009,24(4).
    [119]马丽,常发亮,乔谊正,基于均值漂移和粒子滤波算法的目标跟踪[J],模式识别与人工智能,2006,9(6).
    [120]杨伟,柴奇,杨华,黄超超,基于mean-shift的多目标粒子滤波跟踪算法设计[J],红外技术,2009,31(5).
    [121]何文嫒,韩斌,徐之,宋敬海,基于粒子滤波和均值漂移的目标跟踪,计算机工程与应用[J],2008(44):61.
    [122]蒋旻,许勤,尚涛,高伟义,基于粒子滤波和Mean-shift的跟踪算法[J],计算机工程,2010,(36)5.
    [123]IBM vision group, IBM gestyre interface recognition with Cell BE[EB/OL]: http://emsys.denayer. wenk.be/T-cell/Presentaties/Austin/IBM_Gesture_In terface_Recognition_with_Cell_BE_March_4.pdf.
    [124]郭康德,张明敏,孙超,李扬,汤兴.基于视觉技术的三维指尖跟踪算法[J].计算机研究与发展,2010(06):1013-1019.
    [125]http://www.pranavmistry.com/projects/sixthsense/
    [126]Starner T, Auxier J, Ashbrook D, et al.The gesture pendant:a self-illuminating, wearable,infrared computer vision system for home automation control and medical monitoring[C].Proceedings of IEEE International Symposium on Wearable Computers.2000:87-91.
    [127]Wilson A D. Depth-sensing video cameras for 3d tangible tabletop interaction[C].Proceedings of IEEE International Workshop on Horizontal Interactive Human-Computer Systems(TABLETOP),2007:201-204.
    [128]Sims K. IBM introduces ready-to-use cloud computing collaboration services get clients started with cloud computing.2007. http://www-03.ibm.com/press/us/en/pressrelease/22613.wss
    [129]Boss G, Malladi P, Quan D, Legregni L, Hall H. Cloud computing. IBM White Paper,2007. http://download,boulder,ibm.com/ibmdl/pub/software/dw/wes/hipods/Cloud_computing_wp_final_80ct.pdf

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700