基于视觉的机械手目标识别及定位研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
机器视觉作为获得环境信息的主要手段之一,可以增加工业机器人的自主能力,提高其灵活性。工业机器人通过视觉如何根据所获取的图像信息,正确地、实时地提取出工件特征参数、识别出工件类型并判断出工件所处的位置姿态,是机器视觉应用于工业领域的关键技术之一。本文以机械手目标识别和定位算法为研究目标,主要针对工件的实时匹配识别技术和空间定位技术进行了详细的研究。主要工作如下:
     1.为了解决亮度不均匀等复杂环境下的图像匹配问题,改进了一种基于边缘匹配的工件识别算法。该算法对原始图和模板图采用样条小波进行增强,用Canny算子提取的边缘信息作为匹配特征,将改进的Hausdorff距离作为图像匹配的相似性度量,在搜索过程中采用了基于种群代沟信息的自适应遗传算法,在不损失解的质量的情况下,使遗传算法求解效率得到明显的改善。实验结果表明,该算法不仅加快了匹配过程,对于光照条件的变化具有很好的抵抗能力,而且能有效解决不易提取边缘信息等情况下的图像匹配识别问题。
     2.为了解决平移、旋转、缩放和部分遮挡等复杂环境下的工件图像匹配问题,给出了一种基于SIFT特征匹配的工件识别算法。该算法采用SIFT(尺度不变特征变换)特征作为匹配特征,引入欧氏距离作为图像匹配的相似性度量,最后对特征点进行错配消除,大大提高了匹配的速度。实验结果证明,该算法能有效解决具有平移、旋转、缩放和部分遮挡等情况下的工件匹配识别问题。
     3.小波变换具有数据压缩和检测信号局部突变的能力,而SIFT(尺度不变特征变换)对于平移、旋转、缩放和部分遮挡具有不变性。结合小波变换与SIFT特征提出了一种有效的工件图像匹配方法。该方法将原始图和模板图做小波分解以获得粗尺度的平滑图像;利用DoG算子对工件图像进行关键点检测,进而用欧氏距离对关键点进行特征匹配,最后对特征点进行错配消除。因此,两者优势的结合不但可以有效减少工件图像匹配的计算量,而且还可以减弱对于图像采集平台拍摄方位、拍摄距离、角度、光照条件等的依赖性,提高算法的实用性。
     4.结合生产制造过程中工件的自动定位、识别、计数、分类等问题,为满足硬件及实时性要求,针对DSP6000系列VC4016嵌入式智能相机(以下简称VC4016),提出一种基于视觉的工件特征向量匹配识别方法,对每个工件进行特征提取,并建立向量对应关系,采用特征向量匹配方法与基于神经网络实现工件的识别。然后,应用VC4016,采用色彩转换,RlC(run length code)图像处理技术和Socket通信技术,实现工件自动定位识别系统的软件开发。
     5.对目标的三维重建工作进行了研究,主要从视觉系统的构建入手,通过对常用的摄像机模型及其标定方法的分析,建立了同时对两摄像机进行标定来推导两摄像机位姿关系的方法。鉴于棋盘格图像应用在本文的摄像机标定中,因此为了对边缘模糊的棋盘格图像进行在线标定,提出了一种改进棋盘格图像角点检测效果的方法,该方法是对标定板图像采用小波增强,以提高标定板图像的清晰度。利用图像点及摄像机的标定参数求解空间点的位置,根据两摄像机之间的位姿关系,把图像点在某一摄像机坐标系下的坐标值转化为另一摄像机坐标系下的坐标值,从而简化了空间点的求解问题。
With the rapid developments of computer technology, image processing technology and pattern recognition technology, machine vision is applied more widely. As one important way to obtain environment information, the machine vision can improve robotic flexibilities and autonomy. It is a key technology that how robots with vision to capture exact image information, as well as to extract the feature parameters of components real-timely, to recognize the component types, and to judge the position and posture of component. Based on the reason, the paper presents the algorithms of target recognition and position in industrial robot, especially real-time match recognition technology and space position technology in detail. The main task follows:
     1. To solve the problem of image matching under complex conditions including background and uneven illumination, a work-piece recognition algorithm based on edge matching app roach is imp roved. The algorithm enhances primitive image and temp late image by spline wavelet, adopts the edge information captured by Canny operator as a matching feature, applies improved Hausdorff distance to measure the degree of similarity between two objects and performs the search by adaptive genetic algorithm based on population generation gap information. The efficiency of the genetic algorithm is imp roved obviously without loss of quality. Experimental results show that the proposed algorithm not only speeds up the matching process greatly and is robust to the illumination variation but also effectively solves the problem of image matching and recognition when the edge information is not easy to be extracted.
     2. To solve the problem of work-piece image matching under the complex circumstance of translation, rotation, scale and part of occlusion, an algorithm of work-piece recognition based on SIFT (Scale Invariant Feature Transform) is suggested in this paper. The algorithm uses SIFT characteristics as matching features, then introduces the Euclidean distance as the similarity metrics of image matching, and uses a method of setting a threshold value to delete the false matching points. The experimental results proved that the algorithm can effectively solve stereo matching problems of work-piece images including translation, rotation, scale and part of occlusion.
     3.Wavelet transform provides itself with the capability of data compression and detecting local signal mutation, while scale invariant feature transform (SIFT) have the invariant ability of translation, rotation, scale and part of occlusion. An effective method of work-piece image matching is proposed by combining wavelet transform with SIFT. The smooth image of coarse scale can be obtained through wavelet decomposition for the original image and the model image by this method. The key points are detected using difference of Gaussians (DoG) operator and are matched using Euclidean distance, then the points of error matching are eliminated. Therefore, combination of these two methods can effectively reduce computation cost for work-piece image matching and the dependence on image acquisitive position, direction, light condition etc, which imp roves the algorithm application.
     4. In order to satisfy the requirements of hardware and real-time performance, the topic offers a vector matching method for part recognition based on vision using the embedded intelligent camera of DSP6000 (hereinafter referred to as VC4016) with the problem in automatic positioning, recognizing, counting and classing etc. in the process of manufacture. Extracting the feature of each part and building the corresponding relation of vector, the work piece can be recognized by making use of the matching method of characteristic number and eigenvector based on higher order neural network. After using color conversion, RIC image processing technology and Socket communication technique, to achieve software development about Automatic recognition and positioning system of work-piece.
     5. Three-dimensional reconstruction of target, mainly from the construction of visual system to start, has been studied. By analyzing usual camera model and its calibration method,a method was proposed about solving the pose relation between two cameras. X-corner patterns are used in camera calibration. In order to do online calibration for blurred image and improving image definition on calibration board, we proposed a method for X-corner detection based on the special character of X-corners, by using image enhancement based on wavelet analysis on calibration board. Using markers in image coordinates system, calibration parameters of two cameras and the pose relation about two cameras, image points about two cameras in left and right coordinate system can be converted into the same coordinate system, so solving of the spatial point can be simplified.
引文
[1]席斌,钱峰.机器视觉测量系统在工业在线检测中的应用[J].工业控制计算机,2005,11:75-76.
    [2]刘兆妍,马翠红,刘兆妮.基于机器视觉的机械零件测量技术[J].机械设计与制造,2005,7:144-146.
    [3]Micchalopoubs P G. Vehicle detection through video inage processing, Autoscope System. IEEE Transactions on Vehicular Technology.1991,40(1):21-29.
    [4]S Mantri, D Bullock. Analysis of feed forward-back propapation neural networks used in vehicle detection, Transportation Research, Part C.1995,3(3):161-174.
    [5]Hoose N. An image analysis tool for motor analysis and surveillance,Traffic Engineering Control.1992,23(4):140-147.
    [6]魏国金.计算机视觉的应用研究[D].西安:西安交通大学,2002.
    [7]Asada M,Tanaka T,Hosoda K.Visual Tracking Of Unknown Moving Object By Adaptive Binocular Visual Servoing[C],Proceeding of the 1999 IEEE International Conference on Multisensor Fusion and Intelligent Systems.Tai Pei,1999:249-254
    [8]Draft Founation. Specification of the Bluetooth Syetem. V1.0 July,1999.
    [9]Clark F. Olson, Habib Abi-Rached, Ming Ye, Jonathan P. Hendrich. Wide-Baseline Stereo Vision For Mars Rovers Proceedings Of The 2003 IEE/RSJ Intl. Conference On Intelligent Robots And Systerms. October 2003.
    [10]Franci Lahajnar,et al.Machine vision system for inspecting electric plates.Computer in Industry, 2002,47:113-122.
    [11]D German.Vision aided inspection techniques for the automotive industry.Proc.of the Society of Manufacturing Engineers Conf.on Vision,1985,7:8-12.
    [12]L Angrisani, P Daponte, A Pietrosanto, et al. An image-based measurement system for the characterisation of automotive gaskets.Measurement,1999,25:169-181.
    [13]Kang T J, Choi S H, Kim S M.Automatic structure analysis and objective evaluation of woven fabric using image analysis,Textile Res.J.2001,71(3):261-270.
    [14]左奇,史忠科.基于机器视觉的胶囊完整性检测系统研究[J].西安交通大学学报,2002,36(2):1262-1265.
    [15]Luh J Y, Klaasen J A. A three dimensional vision by off-shelf system with multi-cameras [J]. IEEE Trans PAMI,1985,7(1):35-45.
    [16]Timothys Newan,Anilk Jain.A system for 3D cad-based inspection usingrange images.Pattern Recognition,1995,28(10):1555-1574.
    [17]Lu R S.On-line measurement of the straightness of seamless steel pipes using machine vision technique. Sensors and Actuators,2001,94:417-427.
    [18]Mu-Chen Chen.Roundness measurement for discontinuous perimeters via machine vision,Computer in Industry.2002,4:185-197.
    [19]Dimitrios Kosmopoulos et al.Automated inspection of gaps on the automobile production line through stereo vision and specular reflection.Computer in Industry.2001,46:49-63.
    [20]Kap Luk Chan,et al.Identifying IC type from its package using character recognition technique. Automatic inspection and novel instrumentation,1997,2(3185):50-57.
    [21]温奇咏.基于视觉的机器人控制研究[D].哈尔滨工业大学,2000.
    [22]高庆吉,洪炳熔,阮玉峰.基于异构双目视觉的全自主动足球机器人导航[M]. 哈尔滨工业大学学报2003;35(9).
    [23]隋婧,金伟其.双目立体视觉技术的实现与进展[J]. 北京理工大学学报2005;63(6)
    [24]谷红勋,钟春香,刘华方.基于子形心集Hausdorff距离的平面形状识别新方法[J].中国图象图形学报,1997,2(2,3):149-152.
    [25]陈东,王炎,崔有志.基于傅氏描绘子的三维目标飞机识别算法[J].黑龙江自动化技术与应用,1997,16(1):4-6.
    [26]王涛,刘文印,孙家广等.傅立叶描述子识别物体的形状[J].计算机研究与发展,2002,39(12):1714-1719.
    [27]唐国良,荆仁杰,姚庆榛.基于矩特征的三维飞机目标识别[J].电子学报,1995,23(4):88-90.
    [28]王波涛,孙景鳌,蔡安妮.相对矩及在几何形状识别中的应用[J].中国图象图形学报,2001,6(3):296-300.
    [29]黄红艳,杨煜普. 基于高阶神经网络的机械零件形状识别[J].上海交通大学学报,2001,35(8):1144-1147.
    [30]Lindeberg tony. Scale-space theory: Abasic tool for analyzing structures at different scales. Journal of applied statistics,1994(21):223-270
    [31]Lagstad P. Detecting linear motion of an object in a sequence of monocular underwater images. AUV96,1996:342-347
    [32]Moravec H. Rover visual obstacle avoidance[C]. In International Joint Conference on Artificial Intelligence,Vancouver,Canada,1981:785-790
    [33]Harris C., Stephens M. A combined corner and edge detector[C].In Fourth Alvey Vision Conference,Manchester,UK,1988:147-151
    [34]CS, Kenney, M zuliani and BS Manjunath.An axiomatic approach to Conner Detection[C]. IEEE Computer Society Conference on Computer Vision and Pattern Recognition(CVPR'05)-Volumel pp.191-197
    [35]Schmid,C.,and Mohr,R.1997.Local gray value invariants for image retrieval[C].IEEE Trans.on Pattern Analysis and Machine Intelligence,1997.19(5):530-534
    [36]Lindeberg T.Detecting salient blob-like image structures and their scales with a scale-space primal sketch:a method for focus-of-attention[J].International Journal of Computer Vision,1993.11(3): 283-318
    [37]Lowe D G. Distinctive image features from scale-invariant key-points [J]. International Journal of Computer Vision.2004,60(2):91-110.
    [38]Mikolajczyk,K,and Schmid,C.An affine invariant interest point detector[C].In European Conference on Computer Vision (ECCV),Copenhagen,Denmark,2002:128-142
    [39]焦李成,谭山.图像的多尺度几何分析:回顾和展望.电子学报2004(31):1974-1981.
    [40]熊惠霖,张天序,桑农.基于小波多尺度表示的图像匹配研究.红外与激光工程,1999,28(3):1-4
    [41]陈鹰,叶勤,钟志勇基于小波变换的雷达与光学图像匹配算法研究.测绘学报,2000,29(3):244-249
    [42]张艳,王涛,路威.基于小波图像金字塔的图像自动匹配.测绘学院学报,2002,19(1):24-27
    [43]熊兴华,陈鹰,王任享.基于小波和线矩的实孔径雷达图像与TM图像的匹配.测绘学报,2000,29(1):23-29
    [44]王郑耀等.基于视觉特征的尺度空间信息量度量.中国图像图形学报,2005:922-928
    [45]刘维,庞永杰,李岩.利用小波变换进行水下图像边缘提取的一种方法.哈尔滨工程大学学报.2003(24):384-389
    [46]杨述斌,彭复员,谢志远等.基于相关和小波分析的激光水下目标检测研究.计算机仿真,2003(20):17-19
    [47]Ao G, Akazawa H, lzumi M, Fukunaga K. A method of model-based object recognition [J]. Japan/ USA Symposium on Flexible Automation,1996,1(2):905-912.
    [48]L Cinque, D Yasuda, L G. Shapiro, S. Tanimoto, B Allen. An improved algorithm for relational distance graph matching[J]. Pattern Recognition,1996,29(2):349-359.
    [49]Ardeshir Goshtasby and Ilai-Lun Shyu. Edge detection by curve fitting[J]. Image and Vision Computing,1995,13(3):169-177.
    [50]哈勤和,张畅,王泽宾等.图像的快速一维投影模板匹配[J].计算机工程与应用,1998,1:136-137.
    [51]Borgefors G. Hierarchical chamfer matching. A parametric edge matching algorithm[J]. IEEE Trans on PAMI,1988,10(6):849-865.
    [52]Chang S H, Cheng F H, Hsu W H. Fast algorithm for pattern matching:Invariant to translations, rotation and scale changes[J]. Pattern Recognition,1997,30(2):311-320.
    [53]Barbara Zitova etal. Robust detection of significant points in mufti-frame image[J]. Pattern Recognition Letters,1999,20:199-206.
    [54]Mount D Metal. Efficient algorithms for robust feature matching[J]. Pattern Recognition,1999, 32(1)::17-38.
    [55]梁勇,祝明波,杨汝良.一种基于Hausdorff度量的多传感器图像匹配方法[J].遥感技术与应 用,2006,21(5):473-476.
    [56]邱志敏,李军,葛军等.基于Hausdorff距离的自动目标识别算法研究[J].红外技术,2006,28(4):199-202.
    [57]刘建庄,谢维信,高新波等.基于Hausorff和遗传算法的物体匹配方法[J].电子学报,1996,24(4): 1-6.
    [58]张文景,许晓鸣,苏剑锋.基于Hausdorff距离的2D形状匹配改进算法[J].中国图象图形学报,2000,5(2):106-109.
    [59]K.Mikolajczyk and C.Schmid.Indexing based on scale invariant interest points.In Proceedings of the 8th International Conference on Computer Vision, Vancouver, Canada, pp.525-531,2001.
    [60]T.Lindeberg.Feature detection with automatic scale selection.IJCV, Vol.30, No.2, pp.79-116,1998.
    [61]Y.Dufournaud, C.Schmid, and R.Horaud.Matching images with different resolutions.In CVPR, pp.612-618,2000.
    [62]B.B Hansen and B.S.Morse.Multiscale image registration using scale trace correlation.In CVPR, pp.202-208,1999.
    [63]Mikolajczyk,K.and Shmid,C.An affine invariant interest point detector.In European Conference on Computer Vision(ECCV),Copenhagen,Denmark, pp.128-142,2002.
    [64]F.Schaffalitzky and A.Zisserman.Viewpoint invariant texture matching and wide baseline stereo.In Proceedings of the 8th International Conference on Computer Vision, Vancouver, Canada, pp. 636-643,2001.
    [65]D.Tell and S.Carlsson.Wide baseline point matching using affine invariants computed from intensity profiles.In ECCV, pp.814-828,2000.
    [66]T.Tuytelaars and L.V.Gool.Content-based image retriecval based local affinely invariant regions.In Visual99, pp.493-500,1999.
    [67]A.Baumberg.Reliable Feature Matching Across Widely Separated Views.In Proceedings of the Interational Conference on Computer Vision and Pattern Recognition,pp.774-781,2000.
    [68]C.Schmid and R.Mohr.Local Grayvalue Invariants for Image Retrieval. IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol.19, No.5, pp.530-535,1997.
    [69]J.Shi, C.Tomasi. Good Feature to Track.IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp.593-600,1994.
    [70]李铁军,陈哲,王任享。尺度不变特征变换算法在图像配准中的应用[J]。 弹箭与制导学报,2008,28(2):183-185
    [71]刘新红,赵建民,郑忠龙,朱信忠.基于SIFT算法的人脸描述与识别[J].计算机时代,2008,12:32-34.
    [72]梁元月.基于双目立体视觉的工件识别定位方法研究[D].西安:西安理工大学,2008
    [73]张春美,龚志辉,孙雷.改进SIFT特征在图像匹配中的应用[J].计算机工程与应用,2008, 44(2):95-97.
    [74]Koenderink J.J.The structure of images.Biological Cybernetics, No.50, pp.363-396,1984.
    [75]Lindeberg, T. Detecting salient blob-like image structures and their scales with a scale-space primal sketch:a method for focus-of-attention.International Journal of Computer Vision, Vol.11, No.3, pp.283-318,1993.
    [76]Lindeberg,T. Scale-space theory:A basic tool for analyzing structures at different scales.Journal of Applied Statistics,Vol.21,No.2,pp.224-270,1994.
    [77]David G Lowe.Object recognition from local scale-invariant features.In ICCV, pp.1150-1157,1998.
    [78]Lowe D G. Distinctive image features from scale-invariant key-points [J]. International Journal of Computer Vision.2004,60(2):91-110.
    [79]Brown M.Multi image matching using multi-scale oriented patches, MSR-TR-2004-113[R],2004.
    [80]熊惠霖,张天序,桑农,钟胜,基于小波多尺度表示的图像匹配研究[J].红外与激光工程,1999,28(3):1-4.
    [81]Stephane G MALLAT. A theory for multiresolution signal decomposition:the wavelet representation[J]. IEEE Trans. PaUern Analysis and machine Inteligence,1989,11(7):674-693.
    [82]Ingrid DAUBECHIES. Ten lectures on wavelet[M]. Pennsylvania:Society for Industrial and Appl. Math,1992.
    [83]王红涛,傅卫平,康业娜.工件图像识别的边缘匹配方法研究[J].仪器仪表学报,2008,29(5):986-991
    [84]张兆伟等.基于样条小波的增强算法在角点提取中的应用[J].计算机工程与应用,2006,42(15):56~58
    [85]User M. Sp lines: a perfect fit for signal and image processing [J]. IEEE Signal Processing Magazine,1999,16:22-38
    [86]Wang Y P, Wu Q, eta L. Clu2omosome image enhancement using multi scale differential operators [J]. IEEE Transactions on Medical Imaging,2003,22 (5):685-693
    [87]Huttenlocher D P, Klanderman G A, Rucklidge W J. Comparing image using the Hausdorff distance [J]. IEEE Trans actions on PAMI,1993,15 (9):850-863.
    [88]Dubuisson M P, Jain A K. A modified Hausdorff distance for object matching[D]. In:Proc 12th Internet Conf. Pattern Recognition,, Jerusalm,Israel, October 1994:566-568.
    [89]Kwon O K, Sim D G, Park R H. New Hausdorff distance based on robust statistics for comparing images [D]. In:Proc Internet Conf, Image process,1996(3):21-24.
    [90]王红涛.基于视觉的工业机器人目标定位识别方法的研究[D].西安:西安理工大学,2007.
    [91]Stephance Merchant-Mailletc, Yazid M Sharaiha. Euclidean Ordering via Chamfer distance Calculations[J]. Computer Vision and Image Understanding,1999,73(3):04-413.
    [92]A Rosenfeld, J L Pfaltz. Sequential operation in digital picture processing[J]. J.Assoc Comput Mach,1966,13:471-494.
    [93]G Borgefors. Distance transformation in arbitrary dimentions[J]. Computer Vision, Graphics, and Image Processing,1984,27:321-345.
    [94]Yazid M Sharaiha, Nicos Christofides. A graph-theoretic approach to distance transformations [J]. Pattern Recognition,1994,15(10)::035-1041.
    [95]Holland J H. Adaptation in naturation in natural and artificial systems[J]. The University of Michigan Press,1975(1):1-24.
    [96]陈过良,王煦法,庄镇泉等.遗传算法及其应用[M].北京:人民邮电出版社,1996.
    [97]周明,孙树栋.遗传算法原理及应用[M].北京:国防工业出版社,2002.
    [98]陈伦军等.机械优化设计遗传算法[M].北京:机械工业出版社,2005.
    [99]雷英杰,张善文等.MATLAB遗传算法工具箱及其应用[M].陕西:西安电子科技大学出版社,2005.100
    [100]王小平,曹立明著.遗传算法—理论、应用与软件实现[M].西安:西安交通大学出版社,2002.
    [101]郭毓,林喜波,胡维礼.基于代沟信息的自适应遗传算法[J].东南大学学报,自然科学版,2004,34(增刊):53-57
    [102]王小平,曹立明.遗传算法——理论、应用与软件实现[M].西安:西安交通人学出版社,2002
    [103]邱志敏,李军,葛军,周起勃,基于Hausdorff距离的自动目标识别算法的研究,红外技术,2006,28(4),199-202
    [104]Vivek E.P and N.Sudha, Robust Hausdorff distance measure for face recognition, Pattern Recognition, Volume 40, Issue 2, February 2007, Pages 431-442
    [105]刘健庄,谢维信,高新波,马堃,基于Hausdorffi距离和遗传算法的物体匹配方法,电子学报,1996,4(24),1-5
    [106]王涛,刘文印,孙家广等,傅立叶描述子识别物体的形状,计算机研究与发展,2002,39(12),1714~1719
    [107]Dengsheng Zhang and Guojun Lu, Study and evaluation of different Fourier methods for image retrieval, Image and Vision Computing, Volume 23, Issue 1,1 January 2005, Pages 33-49
    [108]唐国良,荆仁杰,姚庆榛,基于矩特征的三维飞机目标识别,电子学报,1995,23(4),88-90
    [109]梁元月.基于双目立体视觉的工件识别定位方法研究[D].西安:西安理工大学,2008
    [110]袁国文.基于视觉的工件自动定位识别应用研究[D].西安:西安理工大学,2008
    [111]王彦,傅卫平,袁国文,陈海生.工件自动视觉定位识别系统研究,计算机工程与应用,2009,45(8):80-83
    [112]张洛平,权欢欢,周英梅.零件图像识别特征的研究,河南科技大学学报,2008,29(6):7-9
    [113]朱虹等,数字图像处理基础,科学出版社,2005
    [114]何斌.Visual C++数字图像处理[M].北京:人民邮电出版社,2003.
    [115]徐慧.visual C++数字图像实用工程案例精选[M].北京:人民邮电出版社,2004.
    [116]查英,刘铁跟,杜东,图像识别技术在工件装配自动识别中的应用,人工智能及识别技术,2006,32(10),178-179
    [117]黄红艳,杨煜普,基于高阶神经网络的机械工件形状识别,上海交通大学学报,2001,35(8),1144-1147
    [118]Chyi-Yeu Lin, Shin-Hong Lin, Artificial neural network based hole image interpretation techniques for integrated topology and shape optimization, Computer Methods in Applied Mechanics and Engineering, Volume 194, Issues 36-38,23 September 2005, Pages 3817-3837
    [119]Documentation of the image processing library VCLIB version3.0.
    [120]雷斌,杨建华,黄超等.Visual C++6.0网络编程技术[M].北京:人民邮电出版社,2000:22-48.
    [121]Crile B, Torre V. Using vanishing points for camera calibration [J].The International journal of computer vision,1975,4(2):1479-1486.
    [122]Tsai RY.A versatile camera calibration technique for high-accuracy 3D machine vision metrology using off-the-shelf TV cameras and lenses [J]. IEEE Journal of Robotics and Automation,1987, 3(4):323-344.
    [123]Wei G, Ma S.A complete two-plane camera calibration method and experimental comparisons [C].In Proc. Fourth International Conference on Computer Vision,1993:439-46.
    [124]Zhang Z. Motion and structure from two perspective views:From essential parameters to Euclidean motion via fundamental matrix [J].The Optical Society of America A,1997,14 (11):2938-2950.
    [125]Tsai RY. An efficient and accurate camera calibration technique for 3D machine vision[C].Proc. CVPR 86,1986:364-374.
    [126]Abolmaesumi P, Salcudean S E, Zhu W H.Image-guided control of a robot for medical ultrasound[J].IEEE Trans Robotics and Automation,2002,18(1):11-12.
    [127]Tsay T I J, Chang C J.Pose control of mobile manipulators with an uncalibrated eye-in hand vision system [C]//IEEE/RSJ Int Conf on Intelligent Robots and Systems,2004-09:3033-3038.
    [128]Motai Y, Kosaka A.SmartView: hand-eye robotic calibration for active view point generation and object grasping[C]//IEEE International Conf on Robotics and Automation,2001,3:2183-2190.
    [129]Malik M, Mudar S, Florent C. Automatic camera calibration based on robot calibration[A]. IEEE Instrumentation and Measurement Technology Conference[C],1999,2:1278-1282.
    [130]易新华.智能内窥镜显形系统研究.上海大学博士论文,2008.
    [131]方勇,戚飞虎.基于软阈值的小波图像增强方法[J].计算机工程与应用,2002,23(1):16-19.
    [132]薛 琴,邹道文,吕珂等.基于模平方处理的小波图像增强方法[J].江西师范大学学报,2005,29(6):492-495.
    [133]刘传才.图像理解与计算机视觉[M].厦门:厦门大学出版社,2005:33-34.
    [134]Linda G Shapiro, George C Stockman著,赵清杰,钱芳,蔡利栋译.计算机视觉[M].北京:机械工业出版社,2005.
    [135]Zhang Zhengyou.A flexible new technique for camera calibration. Pattern Analysis and Machine Intelligence,2000,22(11):1330-1334
    [136]A Singh, M Shneier. Gray Level Corner Detection-a Generalization and Robust Real-time Implementation. Computer Vision, Graphics and Image Processing,1990,51(1):54-69.
    [137]Rosenfeld A, Johnston E. Angle Detection on Digital Curves. IEEE Trans. Computer.1973, c-22:875-878.
    [138]Freeman H, Davis L.S. A Coner-finding Algorithm for Chain-coded Curves. IEEE Trans. Computer. 1977, c-26:297-303.
    [139]Trajkovic M, Hedley M. Fast Corner Detection. Image Vision Computer.1998,16(2):75-87.
    [140]S. M. Smith, J. M. BRADY. A New Approach to Low Level Image Processing. Journal of Computer Vision.1997,23(1):45-78.
    [141]维视数字图像有限公司.维视TM88-8100数字录像系统使用手册.西安:维视数字图像有限公司,2006
    [142]徐奕,周军,周源华.立体视觉匹配技术[J].计算机工程与应用,2003,15:1-5.
    [143]C.L.Zitnick, T.Kanade, A cooperative algorithm for stereo matching and occlusiondetection, Proceedings IEEE Transactions Pattern Analysis and MachineIntelligence,2000,22(7):675-684.
    [144]魏敬强.基于双目立体视觉的工件识别定位与抓取系统研究[D].西安:西安理工大学,2009
    [145]冯辛安,黄玉美,杜君文.机械制造装备设计[M].北京:机械工业出版社,1999.