二维光学和距离图像配准方法及其应用研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
图像配准是图像处理领域中的一个基础问题,在机器人定位、遥感成像、医学图像分析、图像拼接、目标识别和定位、产品质量检测、导航制导等方面得到了广泛的应用。在过去的三十多年中,广大研究人员提出了大量的图像配准算法,但到目前为止,高精度的图像匹配和大变形的图像配准仍然是研究的热点。
     本文主要对有高精度要求的图像匹配方法及其应用和存在较大形变的图像的配准做了研究,所涉及的图像类型包括二维光强度图像和二维距离图像。完成了以下几个方面的工作:
     1、探讨了基于形状的高精度的模板匹配方法。采用基于Facet模型的亚像素边缘检测算法对形状模板中的边缘特征点进行亚像素定位,用ICP(Iterative Closest Point)算法精化基于形状的模板匹配结果,取得了与Halcon里面精度最高的模板匹配算法相当的精度。
     2、研究了基于形状的模板匹配方法在复杂多变环境下的圆测量中的应用。提出一种鲁棒的圆测量算法,采用基于形状的模板匹配方法对圆进行粗定位,再结合预先给定的圆的尺寸信息,确定圆的轮廓所处的环形区域。在局部的环形区域内自动确定Canny算子的双阈值,使得自适应阈值问题变得容易,不需要复杂的理论支持即可达到很好的效果。对提取出的边缘点用基于Facet模型的方法进行亚像素定位。用一种基于梯度方向的去噪算法去除边缘点中的噪声点。最后,用RANSAC算法估计圆的参数。实验结果表明,本文提出的圆测量算法的鲁棒性优于Halcon里面的圆测量算法,且在实际系统中得到了成功的应用。
     3、研究了基于Log-Polar变换和特征点的图像配准。针对传统的基于Log-Polar变换的配准方法存在的问题,提出一种结合Harris角点特征和Log-Polar变换的图像配准方法。对以待配准的两个Harris角点特征为中心的两个圆形图像窗口进行Log-Polar变换,再用NCC计算两幅Log-Polar图像的相关度作为这两个特征点的相似度。针对NCC计算量大的问题,一方面采用一维投影的方法对NCC进行加速;另一方面,采用Sum Table优化NCC的分母计算,用Jensen不等式构建NCC的终止条件,提前结束不能达到当前已经获得的最大匹配得分的NCC计算。实验结果表明,本文的配准方法的配准能力强于David Lowe的基于SIFT特征的匹配方法。为了配准更大变形的图像,从图像中提取Harris-Affine特征,把仿射不变的椭圆区域归一化为圆形区域,再进行Log-Polar变换,用NCC计算Log-Polar图像的相关度。实验结果表明,该方法比Mikolajczyk的方法获得了更多的正确的匹配对。
     4、研究了二维距离图像的配准问题及其在移动机器人位姿估计中的应用。针对ICP(Iterative Closest Point)算法在环境存在严重遮挡的情况下容易出现局部最小值的问题,对CP(Closest Point)规则进行了修改,提出双向最近点(DCP, Dual Closest Point)规则。DCP规则包含两次CP规则对应,使计算量增加了一倍。为了降低算法的复杂度,继而提出基于聚类的迭代双向最近点(IDCP BoC)算法。IDCP BoC对扫描数据进行聚类,在聚类的基础上进行数据精简。在相邻两次迭代的残差之差小于某个阈值之前,用精简数据进行迭代以提高计算速度,之后再改用非精简数据迭代以保证精度。实验结果表明,IDCP BoC算法能够有效避免ICP算法易陷入局部最小值的问题。
Image registration is a basic problem in image processing, which finds it’s applications invarious fields like robot localization, remote sensing, medical image analysis, image mosaicing,target recognition and localization, quality control, navigation and guidance. Despite comprehensiveresearch spanning over thirty years, to register images precisely and to register images in thepresence of large deformations are still important research topics.
     In this dissertation, image registration methods which require high precision and to registerimages in the presence of large deformations are studied. The involved images include twodimensional light intensity images and range images. The accomplished works can be summarizedas follows:
     1. A shape-based template matching method with high precision is investigated. Subpixeledge detecting algorithm based on facet model is adopted to locate the feature points in shape modeland ICP algorithm is used to refine matching result. Comparisons with Halcon’s method showingthat the proposed method has comparable precision.
     2. Application of the shape-based template matching method for circle detection in highlyvariable environment is investigated. A robust method for circle detection is proposed. To begin with,the shape-based template matching method is adopted to locate the circle roughly. Then, an annulararea containing the circle’s contour can be defined with the rough location obtained by the matchingmethod and the size of the circle given in advance. So we can determine the double-threshold forCanny edge detector in the local annular area which is easy. To get subpixel location for Canny edgepoints, a facet model based method is used. Furthermore, to kick out the outliers, a de-noisingalgorithm based on gradient direction is developed. Finally, RANSAC algorithm is used to estimatethe circle parameters. Experimental results demonstrate that the method proposed outperformHalcon’s which is based on Hough transform.
     3. Image registration based on log-polar transform and feature points is explored. Aiming atthe problems of Zokai’s method, a registration method based on log-polar transform and Harris corner is proposed. Correlation between log-polar transforms of two circular windows whose centersare two Harris corners is calculated by NCC (Normalized Cross Correlation), which is considered asthe similarity of the two corners. But NCC is computationally expensive. On the one hand, onedimensional projection is utilized to speed up the process of NCC. On the other hand, sum table isused to optimize the calculation of the denominator of NCC and Jensen inequality is used toconstruct a termination condition of NCC. Experimental results show that the proposed methodoutperform David Lowe’s which is based on SIFT (Scale Invariance Feature Transform) features. Toregister images in the presence of larger deformations, Harris-Affine features are extracted from theimages. Harris-Affine features’ elliptical regions are normalized to circular regions, and thenlog-polar transform and NCC are used to calculate the similarity of the two features. Experimentalresults show that the method obtained much more correct match pairs than Mikolajczyk’s method.
     4. Registration method of2D range images and its application in pose estimation for mobilerobot is studied. To overcome the problem of local extrema existing in iterative closest point (ICP)algorithm when severe occlusions occur, the closest point (CP) rule is modified and dual closestpoint (DCP) rule is proposed. DCP rule contains twice CP correspondences so that computationcomplexity is doubled. To decrease the computation complexity, iterative dual closest point based onclustering (IDCP BoC) is proposed. Scan range points are divided into clusters and then a procedureof reducing the number of points is conducted. The reduced data set is used for iterative computationbefore the error of two consecutive iterations’ residual errors less than a preset threshold to speed upthe algorithm after that the data set which is not reduced is used to guarantee the accuracy.Experimental results show that IDCP BoC can avoid the problem of local extrema effectively.
引文
[1] Gonzalez, R. C.(2006).冈萨雷斯.数字图像处理[M],北京:电子工业出版社
    [2]夏勇.基于特征的纹理图像分割技术研究[D],西北工业大学博士学位论文,2006
    [3] Richards, J. A. and X. Jia. Remote sensing digital image analysis: an introduction [M], SpringerVerlag.2006
    [4] Goshtasby, A.2-D and3-D image registration for medical, remote sensing, and industrialapplications [D], Wiley-Interscience,2005.
    [5] Shankar, N. G. and Z. W. Zhong. Defect detection on semiconductor wafer surfaces [J].Microelectronic Engineering,2005,77(3-4):337-346.
    [6] Szeliski, R. Image alignment and stitching: A tutorial [J]. Foundations and Trends(R) inComputer Graphics and Vision,2006,2(1):1-104.
    [7] Zitova, B. and J. Flusser. Image registration methods: a survey [J]. Image and VisionComputing,2003,21(11):977-1000.
    [8] Casten Steger, M. Ulrich.机器视觉算法与应用[M],清华大学出版社.2008
    [9]徐玉华,张崇巍,徐海琴.基于聚类的迭代双向最近点机器人位姿估计[J].机器人,2010,32(3):352-357.
    [10] Lisa Gottesfeld Brown. A Survey of Image Registration Techniques. ACM computing surveys.1992
    [11] Medha V. Wyawahare, Dr. Pradeep M. Patil, and Hemant K. Abhyankar. Image RegistrationTechniques: An overview [J]. International Journal of Signal Processing, Image Processing andPattern Recognition,2009,2(3):11-28.
    [12] John Canny. A computational approach to edge detection. IEEE Transactions on PatternAnalysis and Machine Intelligence [J],1986,8(6):679-698.
    [13] D. Marr, E. Hildreth, Theory of edge detection, Proceedings of the Royal Society of London,1980, B207:187–217.
    [14] Hui Li, B. S. Manjunath, Sanjit K. Mitra. A contour-based approach to multisensory imageregistration. IEEE Transactions on Image Processing [J],1995,4(3):320-334
    [15] Carsten Steger. An unbiased detector of curvilinear structures.[J] IEEE Transactions on PatternAnalysis and Machine Intelligence,1998,20(2):113-125.
    [16] H. Moravec. Obstacle avoidance and navigation in the real world by a seeing robot rover.Technical Report CMU-RI-TR-3, Carnegie-Mellon University, Robotics Institute,1980.
    [17] C. Harris and M.J. Stephens. A combined corner and edge detector [C]. In Alvey VisionConference, pages147–152,1988.
    [18] David G. Lowe. Distinctive Image Features from Scale-Inavriant Keypoints [J]. InternationalJournal of Computer Vision.2004
    [19] Bay, H., T. Tuytelaars. Surf: Speeded up robust features [C]. Computer Vision–ECCV,2006:404-417.
    [20] S. M. Smith and J. M. Brady. SUSAN-a new approach to low level image processing[J]. International Journal of Computer Vision,1997,23(1):45-78.
    [21]文杨天,李征.基于SUSAN算法的图像配准.计算机应用,2006,26(10):2380-2382.
    [22]胡社教,葛西旺.基于角点特征的KLT跟踪全景图像拼接算法.系统仿真学报,2007,19(8):174221744.
    [23] D. Holtkamp and A. Goshtasby, Precision Registration and Mosaicking of Multicamera Images[J], IEEE Trans. Geoscience and Remote Sensing,2009,47(10):3446-3455
    [24] García, G., M. á. Sotelo.3D Visual Odometry for Road Vehicles [J]. Journal of Intelligent andRobotic Systems,2008,51(1):113-134.
    [25]刘健,张国华.基于改进SIFT的图像配准算法[J].北京航空航天大学学报,2010
    [26]郭辉.基于视频的车辆检测和车型识别的研究[D].华东交通大学硕士论文,2009.
    [27]张美多,郭宝龙.车牌识别系统关键技术研究[J].计算机工程,2007,33(16):186-188
    [28]陈宇波,许海柱,黄婷婷等.在人脸图像中确定嘴巴位置的方法.电子科技大学学报[J],2007,36(6):1308一1310.
    [29]孙敏,李德玉,俞梦孙.基于Harris算子和K-means聚类的红外图像脸部特征自动定位[J].航天医学与医学工程,2007,20(4):285-288.
    [30] K. Mikolajczyk, C. Schmid. Indexing Based on Scale Invariant Interest Points [C].Proceedings of the8th International Conference on Computer Vision, Vancouver, Canda,2001,525-531.
    [31] K. Mikolajczyk, C. Schmid. An affine invariant interest point detector.[C] Proceedings of the7th European Conference on Computer Vision, Copenhagen, Denmark,2002,128-142.
    [32] K. Mikolajczyk, C. Schmid. Scale&Affine invariant interest point detectors [J].International Journal of Computer Vision,2004,60(1):63-86.
    [33] Lindeberg T. Feature detection with automatic scale selection [J]. International J ournal ofComputer Vision,1998,30(2):79-116.
    [34] K. Mikolajczyk, T. Tuytelaars, C. Schmid, et al. A comparison of affine region detectors [J].International Journal of Computer Vision,2005,65(1/2):43-72.
    [35] Matas, J., Chum, O., Urban, M., and Pajdla, T. Robust wide-baseline stereo from maximallystable extremal regions [J]. Image and Vision Computing,2004,22(10):761-767.
    [36] Gehua Yang. Towards general-purpose image registration [D]. Rensselaer Polytechnic Institute,PhD Dissertation,2007
    [37] Siavash Zokai. Robust image registration using log-polar transforms [D], PhD Dissertation, TheCity University of New York,2004.
    [38] Carsten Steger. Occlusion, clutter, and illumination invariant object recognition [J].International Archives Of Photogrammetry Remote Sensing and Spatial Information Sciences,2002,34(3/A):345-350
    [39] Markus Ulrich, Carsten Steger. Performance comparison of2D object recognition techniques[J]. International Archives of Photogrammetry Remote Sensing and Spatial InformationSciences34(3/a):368-374.
    [40] Philippe Thevenaz, Urs Euttimann, Michael Unser. A pyramid Approach to Sub-PixelRegistration Based on Intensity [J]. IEEE,1998
    [41] Hanebeck. Briechle, K. and U. D. Hanebeck. Template matching using fast normalized crosscorrelation [C], SPIE Proceedings.2001.
    [42] Di Stefano, L., S. Mattoccia, et al. An efficient algorithm for exhaustive template matchingbased on normalized cross correlation [C], IEEE Proceedings of the12th InternationalConference on Image Analysis and Processing.2003
    [43] C.D. Kuglin and D.C. Hines. The phase correlation image aligment method [C]. Proc. Int. Conf.on Cybernetics and Society, pages163–165,1975.
    [44] E. De Castro and C. Morandi. Registration of translated and rotated images using finite Fouriertransforms [J]. IEEE Trans. Pattern Analysis and Machine Intelligence,(3):700–703, September1987.
    [45] D. Casasent and D. Psaltis. Position, rotation, and scaleinvariant optical correlation [J].Applied Optics,15:1793–1799,1976.
    [46] W.K. Pratt. Digital Image Processing [M]. John Wiley&Sons, New York,1978.
    [47] Q. Chen, M. Defrise, and F. Deconinck. Symmetric phaseonly matched filtering offourier-mellin transforms for image registration and recognition. IEEE Trans. Pattern Analysisand Machine Intelligence,16(12):1156–1168, December1994.
    [48] B.S. Reddy and B.N. Chatterji. An fft-based technique for translation, rotation, andscale-invariant image registration [J]. IEEE Transactions on Pattern Analysis and MachineIntelligence,5(8):1266–1270, August1996.
    [49] George Wolberg, Siavash Zokai. Robust Image Registration Using Log-Polar Transform.2000
    [50] V. Javier Traver, Filiberto Pla. Motion analysis with the radon transform on Log-Polar Images.2007
    [51] Siavash Zokai, Gerge Wolberg. Image Registration Using Log-Polar Mapping for Recovery ofLarge-Scale Similarity and Projective Transformations [J]. IEEE Transactions on ImageProcessing. Vol14, NO.10, October,2005:1422-1434
    [52] Rittavee Matungka, Yuan F. Zheng, Robert L. Ewing. Image Registration Using Adaptvie PolarTransform [J]. IEEE Transactions on Image Processing.2009:2340-2353
    [53] Zhang Yun, Henry Chu. One-Dimensional mappings for recovering large scale projectivetransformations [C]. ICASSP.2007
    [54] Yun Zhang, Chee-Hung Henry Chu. One-Dimensional Mapping for Estimating ProjectiveTransformations [J]. IEEE Transactions on Image Processing.2009:3049-3058
    [55] Hofhauser, A., C. Steger, et al. Edge-based template matching and tracking for perspectivelydistorted planar objects [J]. Advances in Visual Computing,2008:35-44.
    [56] Krystian Mikolajczyk, Cordelia Schmid. A performance evaluation of local descriptors [J].IEEE Transactions on Pattern Analysis and Machine Intelligence:1615-1630.
    [57]贾建华,焦李成,黄文涛.一种基于质心不变特性的仿射不变纹理特征提取算法[J].电子学报,2008,36(010):1910-1915.
    [58] Steger, C. System and method for object recognition, US Patents.2001
    [59]孙卜郊,周东华.基于NCC的快速匹配算法[J].传感器与微系统,2007,26(009):104-106.
    [60]张红颖,张加万,孙济洲.基于混合互信息的医学图像配准[J].计算机应用,2006,26(10):2351-2353.
    [61]付宜利,于晓龙.基于最大互信息的人脑多模图像快速配准算法[J].生物医学工程研究,2006,25(2):71-74.
    [62]钟家强,王润生.基于互信息相似性度量的多时相遥感图像配准.宇航学报,2006,27(4).
    [63] PluimJPW,Maintz J B A, Viergever M A. Mutural Information Based Registration of MedicalImages: A Survey [J]. IEEE Transactions on Medical Imaging,2003,22(8):986-1004
    [64] Besl P J, McKay N D. A method for registration of3-D shapes [J]. IEEE Transactions onPattern Analysis and Machine Intelligence,1992,14(2):239-256.
    [65] Stewart, C. V., C. L. Tsai, et al. The dual-bootstrap iterative closest point algorithm withapplication to retinal image registration [J], IEEE Transactions on Medical Imaging,2003,22(11):1379-1394.
    [66] Ge Y, Maurer CR, Fitzpatrick JM. Suface-based3-D image registration using the iterativeclosest point algorithm with a closet point transform [J]. Medical Imaging:Image Processing,1996,2710:358-367,SPIE Press
    [67]陈宝林.最优化理论与算法[M],北京:淸华大学出版社.2005
    [68] Sheng, W., G. Howells, et al. A memetic fingerprint matching algorithm [J]. IEEE Transactionson Information Forensics and Security.2007,2(3):402-412.
    [69]刘漫丹.文化基因算法(Memetic Algorithm)研究进展.自动化技术与应用[J].2007,26(011):1-4.
    [70] Maes, F., A. Collignon, et al. Multimodality image registration by maximization of mutualinformation [J]. IEEE Transactions on Medical Imaging,1997,16(2):187-198.
    [71]葛培明,陈虬.混合遗传算法在医学图像配准中的应用[J].中国生物医学工程学报,2007,26(003):326-331.
    [72]冯林,张名举.用改进的粒子群算法实现多模态刚性医学图像的配准[J].计算机辅助设计与图形学学报[J],2004,16(009):1269-1274.
    [73] Wachowiak, M. P., R. Smolíková, et al. An approach to multimodal biomedical imageregistration utilizing particle swarm optimization [J]. IEEE Transactions on EvolutionaryComputation,2004,8(3):289-301.
    [74] Matsopoulos, G. K., N. A. Mouravliansky, et al. Automatic retinal image registration schemeusing global optimization techniques [J]. IEEE Transactions on Information Technology inBiomedicine,1999,3(1):47-60.
    [75]王永明,王贵锦.图像局部不变性特征与描述[M].北京:国防工业出版社.2010
    [76]傅颖.导航制导中图像匹配算法的研究[D],电子科技大学硕士学位论文.2006
    [77]彭勃,周文晖.基于Harris角点检测的立体视觉里程计[J].兵工学报,2007,28(012):1498-1502.
    [78]敬淇文,李文荣基于Harris角点检测的零件形状识别[J].微计算机信息,2010.
    [79]李博,杨丹.基于Harris多尺度角点检测的图像配准新算法[J].计算机工程与应用,2006,42(35):37-40.
    [80] Lowe, D. G.. Object recognition from local scale-invariant features [J], Proceedings of theInternational Conference on Computer Vision.1999
    [81] Luo, J., Y. Ma, et al. Person-specific SIFT features for face recognition [C]. IEEE InternationalConference on Acoustics, Speech and Signal Processing,2007
    [82] Se, S., D. Lowe, et al. Vision-based mobile robot localization and mapping usingscale-invariant features [C]. IEEE International Conference on Robotics and Automation,2001
    [83] Se, S., D. Lowe, et al. Mobile robot localization and mapping with uncertainty usingscale-invariant visual landmarks [J]. The international Journal of robotics Research,2002,21(8):735.
    [84] Mikolajczyk K,Schmid C.Indexing based on scale invariant interest points[C].In:Proceedingsof IEEE International Conference on Computer Vision,Vancouver,BC,Canada,2001,1:525-531.
    [85]张继贤,李国胜,曾钰.多源遥感影像高精度自动配准的方法研究[J].遥感学报,2005,9(1):73-77.
    [86]赵振民,彭国华,符立梅.基于形状模板的快速高精度可靠图像匹配[J].计算机应用,2010,30(2):441-444
    [87] Guizar-Sicairos, M., S. T. Thurman, James R. Fienup. Efficient subpixel image registrationalgorithms [J]. Optics Letters,2008,33(2):156-158.
    [88]文贡坚,吕金建,王继阳.基于特征的高精度自动图像配准方法[J].软件学报.2008,19(9):2293-2301.
    [89] http://www.advantools.com.cn/cn/display.asp?id=45
    [1] Richard Szeliski. Computer Vision: Algorithms and Applications [M], December23,2008
    [2] Alper Basturk, Enis Gunay. Efficient edge detection in digital images using a cellular neuralnetwork optimized by differential evolution algorithm [J]. Expert Systems with Applications,2009:2645–2650
    [3]刘庆民.基于计算机视觉的小尺寸零件精密测量技术研究[D].吉林大学博士学位论文.2006
    [4] Gonzalez, R. C.冈萨雷斯.数字图像处理[M],北京:电子工业出版社.2006
    [5]邵平,杨路明.基于模板分解和积分图像的快速Kirsch边缘检测[J].自动化学报,2007,33(8):795-800.
    [6]阮秋琦.数字图像处理学[M].北京:电子工业出版社.2007
    [7] John Canny. A computational approach to edge detection [J]. IEEE Transactions on PatternAnalysis and Machine Intelligence,1986,8(6):679-698.
    [8] Steger.机器视觉算法与应用[M].北京:清华大学出版社.2008
    [9] Oskoei, M. A. and H. Hu. A Survey on Edge Detection Methods. Technical Report: CES-506,2010
    [10] A.J. Tabatabai, O.R. Mitchell, Edge location to subpixel values in digital imagery [J], IEEETransactions on Pattern Analysis and Machine Intelligence PAMI-6(1984)188–201.
    [11] Lyvers, E. P., O. R. Mitchell, et al. Subpixel measurements using a moment-based edge operator[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,1989,11(12):1293-1309.
    [12]马睿,曾理.改进的基于Facet模型的亚像素边缘检测[J].应用基础与工程科学学报.2009,17(002):296-302.
    [13] C. Steger, Unbiased extraction of curvilinear structures from2D and3D images [D],Dissertation of PhD, Technischen Universitat Munchen, Germany,1998.
    [14] C. Steger, Subpixel-precise extraction of lines and edges [J], International Archives ofPhotogrammetry and Remote Sensing XXXIII (2000)141–156.
    [15] Haralick, R. M.(1984). Digital step edges from zero crossing of second directional derivatives[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,1984,(1):58-68.
    [16] Ye, J., G. Fu, et al.(2005). High-accuracy edge detection with blurred edge model [J]. Imageand Vision Computing23(5):453-467.
    [17] Medina-Carnicer, R., R. Mu oz-Salinas, et al. A novel method to look for the hysteresisthresholds for the Canny edge detector [J]. Pattern Recognition.2011,1201-1211
    [18] V.S. Nalwa, T.O. Binford, On detecting edges [J], IEEE Transaction on Pattern Analysis andMachine Intelligence8(1986)699–714.
    [19] Y. Shan, G.W. Boon, Sub-pixel location of edges with non-uniform blurring: a finiteclosed-form approach [J], Image and Vision Computing18(2000)1015–1023.
    [1] Dom, B. E., V. H. Brecher, et al. The P300: a system for automatic patterned wafer inspection[J]. Machine vision and applications,1988,1(4):205-221.
    [2] Shankar, N. G. and Z. W. Zhong. Defect detection on semiconductor wafer surfaces [J].Microelectronic Engineering,2005,77(3-4):337-346.
    [3] Moganti, M., F. Ercal, et al. Automatic PCB inspection algorithms: a survey [J]. ComputerVision and Image Understanding,1996,63(2):287-313.
    [4] Zhou, X., Y. Li, et al. Research on the image multilayer matching comparison method in PCBdefects inspection [C]. Proceedings of SPIE,2008
    [5] Anderson, E. H., D. Ha, et al. Sub-pixel alignment for direct-write electron beam lithography[J]. Microelectronic Engineering.2004,73:74-79.
    [6] Carsten Steger. Occlusion, clutter, and illumination invariant object recognition [J].International Archives Of Photogrammetry Remote Sensing and Spatial Information Sciences,2002,34(3/A):345-350
    [7] Steger, C. System and method for object recognition, US Patents.2001
    [8] Besl P J, McKay N D. A method for registration of3-D shapes [J]. IEEE Transactions onPattern Analysis and Machine Intelligence,1992,14(2):239-256.
    [9] Wallack A, Manocha D. Robust algorithms for object localization [J]. International Journal ofComputer Vision,1998,27(3):243-262
    [10] Lu F, Milios E, Robot Pose Estimation in Unknown Environments by Matching2D RangeScans [J]. Journal of Intelligent and Robotics systems,1997,18(3),249-275.
    [11]蔡晋辉.实时自动视觉检测系统相关算法及应用研究[D],浙江大学博士学位论文,2005
    [12] Yuen H, Princen J, Illingworth J, Kittler J. Comparative study of Hough transform methods forcircle finding [J]. Image and Vision Computing,1990,8(1):71-77.
    [13] Carsten Steger. Occlusion, clutter, and illumination invariant object recognition [J].International Archives Of Photogrammetry Remote Sensing and Spatial Information Sciences,2002,34(3/A):345-350
    [14] Fischler, M.A., Bolles, R.C. Random sample consensus: a paradigm for model fitting withapplications to image analysis and automated cartography [J]. Communications of the ACM,1981,24(6):381-395.
    [15] Ayala-Ramirez, V., C. H. Garcia-Capulin. Circle detection on images using genetic algorithms[J]. Pattern Recognition Letters,2006,27(6):652-657.
    [16] Bongiovanni G, Crescenzi P. Parallel simulated annealing for shape detection [J]. ComputerVision and Image Understanding,1995,61(1):60-69.
    [17] Erik Cuevas, Daniel Zaldivar. Circle detection using discrete differential evolution optimization[J]. Pattern Analysis and Applications,2011,14:93-107
    [18] Medina-Carnicer, R., R. Mu oz-Salinas, et al. A novel method to look for the hysteresisthresholds for the Canny edge detector [J]. Pattern Recognition.2011,1201-1211
    [19] Lowe, D. G. Distinctive image features from scale-invariant keypoints [J]. International Journalof Computer Vision,2004,60(2):91-110.
    [20] Marcin Smereka, Ignacy Duleba. Circular object detection using a modified hough transform[J].International Journal of Applied Mathematics and Computer Science,2008,18(1):85-91
    [21] Barbara Zitova′, Jan Flusser. Image registration methods: a survey [J]. Image and VisionComputing,2003,21:977–1000
    [22] Edward P. Lyvers, Owen Robert Mitchell. Subpixel measurements using a moment-based edgeoperator [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,1989,11(12):1293-1309
    [23] Carsten Steger. An unbiased detector of curvilinear structures [J]. IEEE Transactions on PatternAnalysis and Machine Intelligence,1998,20(2):113-125.
    [24] Jian Ye, GongKang Fu, Upenda P. Poudel. High-accuracy edge detection with blurred edgemodel [J]. Image and Vision Computing,2005,23:453-467
    [25] Robert M. Haralick. Digital step edges from zero crossing of second directional derivatives [J].IEEE Transactions on Pattern Analysis and Machine Intelligence,1984,(1):58-68.
    [26]高世一,赵明扬,张雷,邹媛媛.基于Zernike正交矩的图像亚像素边缘检测算法改进.自动化学报,2008,34(9):1163-1168)
    [27] Garcia-Garcia, R., M. A. Sotelo, et al.3D visual odometry for road vehicles [J]. Journal ofIntelligent and Robotic Systems,2008,51(1):113-134
    [1] Yun, Z. and H. Chu. One-Dimensional Mappings for Recovering Large Scale ProjectiveTransformations, IEEE.2007
    [2] Gehua Yang. Towards general-purpose image registration [D]. Rensselaer Polytechnic Institute,PhD Dissertation,2007
    [3] Zokai, S. and G. Wolberg. Image registration using log-polar mappings for recovery oflarge-scale similarity and projective transformations. IEEE Transactions on Image Processing,2005,14(10):1422-1434.
    [4] Siavash Zokai. Robust image registration using log-polar transforms [D], PhD Dissertation, TheCity University of New York,2004.
    [5] Tzimiropoulos, G., V. Argyriou, et al. Robust fft-based scale-invariant image registration withimage gradients [J]. IEEE transactions on pattern analysis and machine intelligence,2010,1899-1906.
    [6] Rittavee Matungka. Studies on log-polar transform for image registration and improvementsusing adaptive sampling and logarithmic spiral, PhD Dissertation, The Ohio State University,2009
    [7] C. Harris and M.J. Stephens. A combined corner and edge detector [C]. In Alvey VisionConference, pages147–152,1988.
    [8] H. Moravec. Obstacle avoidance and navigation in the real world by a seeing robot rover.Technical Report CMU-RI-TR-3, Carnegie-Mellon University, Robotics Institute,1980.
    [9] Mikolajczyk K,Schmid C.Indexing based on scale invariant interest points[C].In:Proceedingsof IEEE International Conference on Computer Vision[C],Vancouver,BC,Canada,2001,1:525-531.
    [10] K. Mikolajczyk, C. Schmid. An affine invariant interest point detector.[C] Proceedings of the7th European Conference on Computer Vision, Copenhagen, Denmark,2002,128-142.
    [11] K. Mikolajczyk, C. Schmid. Scale&Affine invariant interest point detectors. InternationalJournal of Computer Vision,2004,60(1):63-86.
    [12] Hanebeck. Briechle, K. and U. D. Hanebeck. Template matching using fast normalized crosscorrelation, SPIE Proceedings.2001.
    [13] Di Stefano, L., S. Mattoccia, et al. An efficient algorithm for exhaustive template matchingbased on normalized cross correlation, IEEE Proceedings of the12th International Conferenceon Image Analysis and Processing.2003
    [14] Fischler, M.A., Bolles, R.C. Random sample consensus: a paradigm for model fitting withapplications to image analysis and automated cartography. Communications of the ACM,1981,24(6):381-395.
    [15] http://www.cs.ubc.ca/~mbrown/autostitch/autostitch.html
    [16] Brown2007Automatic Panoramic Image Stitching using Invariant Features
    [17] David G. Lowe. Distinctive Image Features from Scale-Inavriant Keypoints. InternationalJournal of Computer Vision.2004
    [18] Garcia-Garcia, R., M. A. Sotelo, et al.3D visual odometry for road vehicles [J]. Journal ofIntelligent and Robotic Systems,2008,51(1):113-134
    [19] http://www.robots.ox.ac.uk/~vgg/research/affine/detectors.html#binaries
    [1] Cox I J. Blanche-An experiment in guidance and navigation of an autonomous robot vehicle[J]. IEEE Transactions on Robotics and Automation,1991,7(2):193-204.
    [2] Gutmann J S, Weigel T, Nebel B. A fast, accurate and robust method for self-localization inpolygonal environments using laser range finders [J]. Advanced Robotics,2001,14(8):651-667.
    [3] Weiss G, Wetzler C, von Puttkamer E. Keeping track of position and orientation of movingindoor systems by correlation of range-finder scans[C]. IEEE/RSJ/GI International Conferenceon Intelligent Robots and Systems. Piscataway, NJ, USA: IEEE,1994:595-601.
    [4] Besl P J, McKay N D. A method for registration of3-D shapes [J]. IEEE Transactions onPattern Analysis and Machine Intelligence,1992,14(2):239-256.
    [5] Lu F, Milios E E. Robot pose estimation in unknown environments by matching2D range scans[J]. Journal of Intelligent and Robotics Systems,1997,18(3):249-275.
    [6]杨明,王宏,张钹.基于激光雷达的移动机器人位姿估计方法综述[J].机器人,2002,24(2):177-183.
    [7] Gutmann J S, Schlegel C. AMOS: Comparison of scan matching approaches forself-localization in indoor environments [C]. First Euromicro Workshop on Advanced MobileRobots.1996:61-67.
    [8] Langis C, Greenspan M, Godin G. The parallel iterative closest point algorithm[C]. ThirdInternational Conference on3-D Digital Imaging and Modeling. Los Alamitos, CA, USA: IEEEComputer Society,2001.195-202.
    [9]杨明,董斌,王宏,等.基于激光雷达的移动机器人实时位姿估计方法研究[J].自动化学报,2004,30(5):679-687.
    [10] Nuchter A, Lingemann K, Hertzberg J, et al. Cached k-d tree search for ICP algorithms [C].Sixth International Conference on3-D Digital Imaging and Modeling. Piscataway, NJ, USA:IEEE,2007.419-426.
    [11] Barnea S, Filin S. Keypoint based autonomous registration of terrestrial laser point-clouds [J].ISPRS Journal of Photogrammetry and Remote Sensing,2008,63(1):19-35.
    [12] Xu Y H, Zhang C W, Bao W, et al. A robust pose estimation algorithm for mobile robot basedon clusters [C]. International Conference on Intelligent Robotics and Applications. Berlin,Germany: Springer-Verlag,2008:1003-1010.
    [13] Zhang L, Ghosh B K. Line segment based map building and localization using2D laserrangefinder [C]. IEEE International Conference on Robotics and Automation. Piscataway, NJ,USA: IEEE,2000:2538-2543.
    [14] Gutmann J S, Konolige K. Incremental mapping of large cyclic environments [C]. IEEEInternational Symposium on Computational Intelligence in Robotics and Automation.Piscataway, NJ, USA: IEEE,1999:318-325.
    [15]徐玉华,张崇巍,徐海琴.基于激光测距仪的移动机器人避障新方法[J].机器人,2010,32(2):179-183
    [16]徐玉华,张崇巍,徐海琴.基于聚类的迭代双向最近点机器人位姿估计[J].机器人.2010,32(3):352-357

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

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

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