用户名: 密码: 验证码:
基于各向异性高斯核的图像边缘和角点检测
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
图像边缘和角点检测一直是计算机视觉,如目标识别、运动跟踪和图像匹配等的不可或缺的预处理过程。各向异性高斯核克服了各向同性高斯核在图像处理中各个方向灰度变化的信息提取能力不足的缺陷,并且具有良好的噪声鲁棒性,因此可以用它很好的提取图像特征,如图像中边缘或者角点等。
     本论文的工作主要围绕着各向异性高斯核在图像预处理中的应用展开研究。重点研究了图像预处理中的一些关键技术,如:基于各向异性高斯核的图像边缘检测、角点检测等。
     本论文内容主要可概括为以下四部分:
     1.融合各向同性和各向异性高斯核的边缘检测。提出了一种新的对噪声鲁棒的边缘检测算法。该算法结合了小尺度的各向同性高斯核和大尺度的各向异性高斯核(anisotropic Gaussian kernels, ANGKs)去提取图像的边缘映射(edge mapstrength,EMS)。它的主要优点是保留高边缘分辨率的同时使噪声降低。从各向异性高斯核导出各向异性高斯方向导数滤波器(anisotropic directional derivatives,ANDDs),用它可以获取局部图像的各个方向的灰度变化信息。进而得到基于各向异性高斯核的边缘强度映射。它的噪声鲁棒性取决于尺度因子,它的边缘分辨率取决于尺度因子和各向异性因子的比值。而且显示了各向异性高斯对图像平滑对边缘的拉伸效应效应。基于大尺度各向异性高斯核的强度映射和基于小尺度各向同性高斯核的强度映射融合成一个噪声鲁棒、高边缘分辨率和小的边缘拉伸效应的边缘强度映射。然后把该边缘强度映射嵌入到Canny边缘检测算法的框架中,得到一个新的噪声鲁棒的边缘检测算法。新算法对Canny边缘检测算法做了两个调整:对比度均衡化和依赖于噪声的低门限。最后利用测试图像的特征曲线(Receiver Operating Characteristic, ROC)和Pratt的品质因数(Pratt s Figure of Merit,FOM)对提出的算法合理性进行验证。
     2.基于边缘轮廓线的多弦长曲率多项式的的角点检测。在弦到点的距离累加(chord-to-point distance accumulation, CPDA)技术和曲率积的基础上,提出了多弦长曲率多项式的角点检测算法。首先利用某一个边缘检测器提取图像边缘。然后对于不同弦长下边缘轮廓曲率局部极大值点,计算其曲率的和;对于非极值点,计算其曲率的积。该方法不仅可以显著增强曲率极值点的峰值,而且避免了曲率积对一些角点平滑。最后,为了降低人为设定门限带来的错检或漏检,利用局部自适应阈值去判别角点。
     3.基于边缘轮廓的各向异性高斯核角点检测。利用某一个边缘检测器提取图像边缘的基础上,提出了三种能有效提取图像角点的算法。(1)利用边缘及其周围像素的梯度方向呈现有规律的变化模式,而在角点处表现为局部各向异性变化的思想。利用各向异性高斯核平滑边缘及边缘邻近像素,将每一个像素出最大方向导数所对应的方向定为主方向。对于每一个边缘像素,计算该像素及其周围相邻像素的主方向概率分布和信息熵。最后利用熵的大小把角点从边缘中抽取出来。(2)利用各向异性高斯核平滑边缘及边缘邻近像素,得到像素不同方向的方向导数所对应的幅度值。对每个边缘像素,利用它与相邻像素们之间方向导数相关性构造自相关矩阵;若边缘像素点的自相关矩阵所对应的归一化后特征值的和是局部极大值,则标记该点为角点。(3)利用各向异性高斯核平滑边缘及边缘邻近像素,得到边缘像素的最大方向导数所对应的主方向角的大小。对于每个边缘像素点,计算它相邻两个边缘像素的主方向角度差。该算法利用主方向角度差作为新的角度测度来检测角点。实验证明了上述三个角点检测算法的有效性。
     4.利用各向异性高斯核的角点检测算法和角点分类器。该检测算法主要利用从各向异性高斯核导出的各向异性方向导数滤波器来实现角点检测和角点分类。该角点检测算法融合了基于边缘和基于图像像素的检测算法的思想,主要由以下三个步骤组成:首先,利用某一个边缘检测器提取图像的轮廓边缘;其次,利用各向异性高斯核导出的各向异性高斯方向导数滤波器对边缘像素进行平滑,得到各向异性高斯方向导数响应;对于每个边缘像素,利用方向导数响应的最大值对该像素的方向导数响应进行归一化处理,并且把方向导数归一化后的曲线面积作为一个新的角点测度。最后,利用非极大值抑制和门限操作从边缘中提取角点。在此基础上,本文利用计算每个角点对应的各向异性方向导数响应的极值点的个数,提出了一种简单的角点分类器。实验证明了该角点检测算法的合理性和角点分类器的有效性。
Edge and corner detection are essential front-end process in computer vision, suchas object recognition, motion tracking and image registration etc. It has been proved thatthe anisotropic Gaussian kernels are noise robust and overcome the defect that theisotropic Gaussian kernel does not have enough capability to extract finemulti-directional intensity variation of a gray-scale image. The anisotropic Gaussianfilters can be utilized to extract image feature effectively, for example edge or corners.
     This dissertation makes the study on the application of the isotropic Gaussiankernels on the image pre-processing, such as the edge and corner detection of an imagevia the anisotropic Gaussian kernels. The main researches are as the four parts below:
     1. Edge detection via the combition of the isotropic and anisotropic Gaussiankernels. A noise-robustness edge detection algorithm is presented, which fusessmall-scale isotropic Gaussian kernel and large-scale anisotropic Gaussian kernels(ANGKs) to attain the edge map strength (EMS). The main merit of the algorithm isthat it has high edge resolution while it is robust to noise. From the ANGks, anisotropicdirectional derivatives (ANDDs) are derived to capture the locally directional intensityvariation of an image, and then the EMS is obtained using the ANGKs. The noiserobustness is highly depended on the scale while the edge resolution is depended on theratio of the scale to the anisotropic factor. Moreover, the image smoothing results by theANGKs reveal edge stretch effect. The fusion of large-scale ANGKs and small-scaleisotropic Gaussian kernel generates the fused ESM, which is noise robust, high edgeresolution and little edge stretch. Then the fused edge map is embedded into theframework of the Canny edge detector, thus a new noise-robustness edge detectionalgorithm is achieved, which included two modifications: contrast equalization andnoise-dependent lower thresholds. At last, the proposed edge detector is examined usingthe empirical Receiver Operating Characteristic (ROC) Curves of the tested images andthe Pratt s Figure of Merit (FOM).
     2. A new contour-based corner detection using multi-chord curvature polynomialalgorithm is conducted. Multi-chord curvature polynomial algorithm for cornerdetection is proposed based upon chord-to-point distance accumulation (CPDA)technique and curvature product. Firstly, the edge map is extracted by Canny edgedetector. Then, at each chord, a multi-chord curvature polynomial is used as the sum ormultiplication of the contour curvature. The new method can not only effectivelyenhance curvature extreme peaks, but also prevent smoothing some corners. Lastly to reduce false or missing detection made by experiment threshold, local adaptivelythreshold is used to detect corners.
     3. Several techniques of the contoured-based corner detection via ANGKs arestudied. Three effective corner detection algorithms based upon the edge contours areproposed. Firstly, on the idea that the gradient directional angle variation of thesmoothing edge pixel and the around pixels is regular while that of the corners isanisotropic, the edge and around pixels are smoothed by the ANGKs and then themaximal magnitude direction counts as the principal direction of the tested pixel. Theprobability distributions and the information entropy of the tested edge pixel and aroundpixels are calculated. And the corners are decided by the information entropy. Secondly,the directional magnitudes are calculated after smoothing the edge pixels and theirsurrounding regular pixels using ANGKs. The autocorrelation matrix of the directionalmagnitudes at each pixel and their surrounding pixels is then contracted. The localmaxima of the sum of the normalized eigenvalues on the contour are labeled as corners.Thirdly, the principle direction of an edge pixel is calculated after smoothing the edgepixels using ANGKs. Then the angle difference of the principal direction of the testedge pixel s two surrounding edge pixels is used as the corner measure to extractcorners. The experimental results show that the three detection algorithms are effective.
     4. A new corner detector and corner classifier using the anisotropic Gaussiankernels is introduced. The detection algorithm mainly utilizes the anisotropic directionalderivative (ANDD) representations derived from the anisotropic Gaussian kernels todetect and classify corners. The corner detection fuses the ideas of the contour-baseddetection and intensity-based detection and consists of three cascaded parts. First, theedge map of an image is obtained by the one edge detector and from the edge map thecontours are extracted. Next, the ANDD representations on contours are calculated afterthe contours are smoothed by the ANGKs and the ANDD representation at each pixel isnormalized by the maximal magnitude. The area surrounded by the normalized ANDDrepresentation forms a new corner measure. Finally, the non-maximum suppression andthresholding are operated on each contour to pick out corners in terms of the cornermeasure. Moreover, based upon the number of the peaks of the ANDD representation, asimple corner classifier is given. Experiments show that the proposed corner detector is reasonable and the proposed corner classifier is effective.
引文
[1]章毓晋.图像工程(上册)-图像处理和分析[M],北京:清华大学出版社,1999.
    [2]磨少清.边缘检测及其评价方法的研究[D],天津大学博士学位论文,2011.
    [3]阮秋琦.数字图像处理学[M],北京:电子工业出版社,2011.1.
    [4] Rafael C. Gonzalez, Richard E. Woods, Digital image processing, Beijing:Publishing house of electronics industry,2002.
    [5] K Mikolajczyk, C Schmid. Indexing based on scale invariant interest points. Proc.ICCV,2001:523-537.
    [6] G Dorko, C Schmid, Selection of scaleinvariant parts for object class recognition.Ninth IEEE International Conference on Computer Vision,2003. Proceddings,3(5):634-639.
    [7] M. A. Ruzon, C Tomasi. Edge, junction, and corner detection using colordistributions. IEEE Transactions on Pattern Analysis and Machine Intelligence,2001,23(11):1281-1295.
    [8] D Comaniciu, P Meer. Mean shift: A robust approach toward feature spaceanalysis. IEEE Transactions on Pattern Analysis and Machine Intelligence.2002,24(5):603-619.
    [9] H. P. Moravec, Towards automatic visual obstacle avoidance, In Pro.5th Int. JointConf. Artif. Intell., Cambridge,1977, MA, pp.584.
    [10] B.Julez. A Method of coding TV signals based on edge detection. Beall SyatemTech,1959,4(38):1001-1020.
    [11] L.G. Roberts. Mthine Perception of Three-Dimension Solids. Optimal andElectro-Optimal Information Processing, MA: MIT Press,1965,99-197.
    [12]许录平.数字图像处理.北京:科学出版社,2007.
    [13]周凌翔.计算机视觉若干关键问题研究[D],浙江大学博士学位论文,1997.
    [14] Sobel, I.E., Camera Models and Machine Perception, Ph.D. dissertation, StanfordUniversity, Palo Alto, Calif,1970.
    [15] Prewitt J.M.S. Object enhancement and extraction. In B.SLipkin and A.Rosenfeldeds. Picture Processing and Psychohistories,1970
    [16] Rosenfeld, A.&Kak, A. C. Digital picture processing. New York: Academic Press,1976.
    [17] Marr D., Hildreth E., Theory of edge detection, In: Proceeding of the RoyalSociety of London,1980, B(27):187-217.
    [18] R.M.Haraliek, Digital step edges from zero crossing of second directionalderivatives, IEEE Trans on PAMI,1984,6(1):58-68.
    [19] J.Canny, Acomputational approach to edge detection, IEEE Transactions onPattern Analysis and Machine Intelligence.1986,8(6):679-698.
    [20] Rosenfeld, Thurston. Edge and Curve Detection of Vrisual Scene Analysis. IEEETrnasactions Computers,1971,20(8):512-519.
    [21] Marr, arrHilderht.Theory of Edge detection. Proceedings of the Royal Society ofLondon, SeriesB,1980,207(12):187-217.
    [22] Witkin A, Scale space filtering, In Proceeding of8thInternational JointConference of Artificial Intelligence37(2):1019-1022.
    [23] Mallat S, Zhong S, Characterization of signals from multi-scale edges [J], IEEETransactions on Pattern Analysis and Machine Intelligence.,1992,14(7):710-732.
    [24] S. G. Mallat. Multifrequency channel decomposition of images and waveletmodels.IEEE-ASSP,37(12):2091-2110,1989.
    [25] S. Mallat. A theory for multiresolution signal decomposition: the waveletrepresentation. IEEE Transactions on Pattern Analysis and Machine Intelligence.1989,11(7):647-693.
    [26] C. K. Chui. An introduction to wavelets.AeademiePress,1992.
    [27] Stephane Mallat, Wen Liang Huang. Singularity detection and Processing withWavelets. IEEE Transactions on Information Theory,1992,38(2):617-643.
    [28] Serra J., Image Analysis and Mathematical Morphology, Academic Press,1982.
    [29] P.Maragos. Tutorial on advances in morphological image processing and analysis[J], Optical Engineering,1987,26(7):623-632.
    [30] R.Haralick, X. Zhuang, Image analysis using mathematical morphology [J]. IEEETransactions on Pattern Analysis and Machine Intelligence,1987,9(4):532-550.
    [31]章毓晋,图像工程II,图像分析,2003.
    [32] Yang S.B. and Peng F.Y., Application of morphological Edge Detectors in imageCorrupted by noise, Computer Engineering and Applications,2002,38(17):91-92.
    [33] Liang Yong, Application of multi-orientation morphological strueture elements inedge detection [J], J.YunnanUniversity,1999,21(25):392-394.
    [34] Fan L., Wen Y. and Xu X., Research on edge detection of gray-scale imagecorrupted by noise based on multi-structuring elements, Proceedings of the FourthInternational Conefrence on Parallel and Distributed Computing, Applications andTechnologies,2003,8(12):840-843.
    [35]杨述斌,彭复员,张增常.多尺度自适应加权形态边缘检测器.华中科技大学学报,2002,30(10):42-45.
    [36] P. Soille. Morphological image analysis: Principles and Applications [M]. Berlin,Springer,1999
    [37] Li Xianji, Mathematical morphological edge detectors for noisy image corruptedby impulses [J], Journal of Image and Graphics,1998,3(11):903-906.
    [38] Zadeh L.A., Fuzzy sets, Information and control,1965,8(3):338-353.
    [39] E. H. Marmdani, Advances in the linguistic synthesis of fuzzy controller, Int l J,Man-machine studies,1976,8(6):669-679.
    [40] Pal S. K., King R. A., Image enhancement using with fuzzy sets, ElectronicsLetters,1980,16(2):376-378.
    [41] Pal S. K., King R. A., Image enhancement using smoothing with fuzzy sets, IEEETransactions on systems, man, and cybernetics,1981,11(7):494-500.
    [42]王倩,阮海波,快速模糊边缘检测算法,中国图象图形学报,2001,6(l):9295.
    [43]周德龙,潘泉,图像模糊边缘检测的改进算法,中国图象图形学报,2001,6(4):353-358.
    [44] Awrangjeb M, Lu Guojun. An improved curvature scale-space corner detector anda robust corner matching approach for transformed image identification. IEEETransactions on image processing,2008,17(12):2425-2441.
    [45] H. P. Moravec, Towards automatic visual obstacle avoidance, In Pro.5th Int. JointConf. Artif. Intell., Cambridge, MA,1977, pp.584.
    [46] C. Harris and M. Stephens,“A combined corner and edge detector,” in Proc.4thAlvey Vision Conf.1988, pp.147-151.
    [47] J. A. Noble, Finding corners, Image Vis. Comput.,1988,6(2):121-128.
    [48] J. Q. Fang and T. S. Huang, A corner finding algorithm for image analysis andregistration, in Proceedings of AAAI Conference,1982,4(11):46-49.
    [49] L. Kitchen and A. Rosenfeld, Gray-level corner detection, Pattern RecognitionLetters,1982,1(4):95-102.
    [50] K. Rohr, On3D Differential Operators for Detecting Point Landmarks. Image andVision Computing,1997,15(3):219-233.
    [51] C.Schmid, R.Mohr and C.Bauckhage, Comparing and Evaluating InterestingPonts [C], International Conference on Computer Vision,1998,24(8):230-235.
    [52] Trajkovic M, Hedley.M. Fast corner detection [J], Image and Vision Computing,1998,16(1):75-87.
    [53] Zheng, H. Wang and EKTeoh, Analysis of Gray Level Corner Detection [J],Pattern Recognition Letters,1999,8(20):149-162.
    [54] Zhiqiang Zheng, Han Wang and Eam Khwan Teoh, Analysis of gray level cornerdetection, Pattern Recognition Letters,1999,20, pp.149-162.
    [55] K. Mikolajczyk and C. Schimid, An affine invariant interest point detector, inProceedings of the European Conference on Computer Vision,2002,128-142.
    [56] C.S. Kenney, B.S. Manjunath, M. Zuliani, M.G.A. Hewer, and A.V. Nevel, ACondition Number for Point Matching with Application to Registration andPostregistration Error Estimation. IEEE Transactions Pattern Analysis and MachineIntelligence,2003,25(11), pp.1437-1454.
    [57] B. Triggs, Detecting Keypoints with Stable Position, Orientation and Scale underIllumination Changes. Proc. Eighth European Conf. Computer Vision,2004, vol.4,pp.100-113.
    [58] X-T Gao, F. Sattar, and R. Venkateswarlu,“Multiscale corner detection of graylevel images based on log-Gabor wavelet transform,” IEEE Transactions Circuitsand Systems for video technology,2007,17(7):868-875.
    [59]张小洪,李博,杨丹.一种新的Harris多尺度角点检测[J].电子与信息学报.2011,29(7):1735-1738.
    [60] S.M. Smith and J.M. Brady, SUSAN-A New Approach to Low Level ImageProcessing, Defence Research Agency, Technical Report no.TR95SMS1,Farnborough, England,1994.
    [61] S.C. Bae, I.S. Kweon, and C.D. Yoo, Cop: A new Corner Detector. PatternRecognition Letters,2002,23(11), pp.1349-1360.
    [62] M.Trajkovic and M.Hedley, Fast Corner Detection, Image and Vision Computing,1998,16(2), pp.75-87.
    [63] O.A. Zuniga and R. Haralick, Corner detection using the facet model, inProceedings of the Conference on Computer Vision and Pattern Recognition,1983,30-37.
    [64] A. Guidicci, Corner characterization by differential geometey techniques, PatternRecognition Letters,1988,8(5):311-318.
    [65] A.Singh, M.Shneier, Grey level corner detection: a generalizationand a robust realtime implementation [J]. Computer Vision, Graphics and image Processing,1990,8(51):54-69.
    [66] P. L. Rosin, Determining corner properties, Computer Vision and ImageUnderstanding,1999,73(2):292-307.
    [67] Freeman H. Computer processing of line drawing images. Survey.1974,6(1):57-97.
    [68] Freeman H. Davis L. S. A corner-finding algorithm for chain-coded curves [J].IEEE Tans. Comput.1977,2(26):297-303.
    [69] T. Hsin, W. C. Hu, A rotationally invariant two-phase scheme for corner detection.Pattern Recognition.1996,26(8):1235-1243.
    [70] X. Xie, R. Sudhakar, H. Zhuang. Corner detection using enhanced snakesalgorithms. Electronics Letters.1996,32(3):202-204.
    [71] Zhong Baojiang, Liao Wenhe, Direct curvature scale space: theory and cornerdetection [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2007,29(3), pp.508-512.
    [72] F. Mokhtarian and R. Suomela, Robust image corner detection through curvaturescale space, IEEE Transactions on Pattern Analysis and Machine Intelligence,1998,20(12):1376-1381.
    [73] H.L. Beus and S. S. H. Tiu, An inproved coener detection algorithm based onchain-coded plane curves, Pattern Recognition,1987,20(3):291-296.
    [74] A. Rattarangsi and R. T. Chin, Scale-based detection of corners of planar cueves,IEEE Transactions on Pattern Analysis and Machine Intelligence,1992,14(2):430-449.
    [75] Q. Ji and R. M. Haralick, Corner detection with covariance propagation, inProceedings of the Conference on Computer Vision and Pattern Recognition,1997,362-367.
    [76] K. Sohn, J.H. Kim, and W. E. Alexander, A mean field annealing approach torobust corner detection, IEEE Transactions on Systems Man Cybernetics Part B,1998,28(6):82-90.
    [77] J. H. Han and T. T. Poston,“Chord-to-point distance accumulation and planarcurvature: A new approach to discrete curvature,” Pattern Recognition Letters,2001,22(10):1133-1144.
    [78] Fischler, M.A., Bolles, R.C., Perceptual organization and curve partitioning. IEEETransactions on pattern analysis and machine intelligence.1986,8(1):100-105.
    [79] X. C. He and N. H. C. Yung, Curvature scale space coener detector with adaptivethreshold and dynamic region of support, in International Conference on PatternRecognition,2004,791-794.
    [80] X. Zhang, M. Lei, D. Yang, Y. Wang, and L. Ma, Multiscale curvature product forrobust image corner detection in curvature scale space, Pattern Recognition Letters,2007,28(5):545-554.
    [81] X. C. He and H. C. Yung, Corner detector based on global local curvatureproperties, Optical Engineering,2008,47(5):057008.
    [82] M. Awrangjeb and G. Lu, Robust image corner detection based on thechord-to-point distance accumulation technique, IEEE Transactions on Multimedia,2008,10(6):1059-1072.
    [83] M. Awrangjeb and G. Lu, An improved curvature scale-space corner detector anda robust corner matching approach for transformed image identification, IEEETransactions Image Processing,2008,17(12):2425-2441.
    [1] C. H. Lampert, O. Wirjadi, An optimal non-orthogonal separation of the anisotropicGaussian convolution filter, Fraunhofer ITWM,2005.
    [2] Shui Peng-Lang, Zhang Wei-Chuan, Noise-robust edge detector combiningisotropic and anisotropic Gaussian kernels, Pattern Recognition,2012,45(2):806-820.
    [3] K. Okada, D. Comaniciu, N. Dalal, and A. Krishnan, A robust algorithm forcharacterizing anisotropic local structures, in European conference on computervision, Springer-Verlag Heidelberg,2004, pp.549-561.
    [4] K. Okada, D. Comaniciu, and A. Krishnan, Scale selection for anisotropicscale-space: Application to volumetrictumor characterization, in Proc. IEEEConference computer vision ad pattern recognition,2004.
    [5] R. Manmatha and N. Srimal, Scale space technique for word segmentation inhandwritten documents, in Scale-space, ser. Lecture notes in computer science,1999, pp.22-33.
    [6] V. Lakshmanan, A separable filter for directional smoothing, IEEE transactions ongeoscience and remote sensing letters,2004,1(3):192-195.
    [7] E. J Candes, D. L. Donoho, Continuous curvelet transform: I. Resolution of thewavefront set, Appl. Comput. Harmon. Anal.2005,19(3):162-197.
    [8] E. J Candes, D. L. Donoho, Continuous curvelet transform: II. Resolution of thewavefront set, Appl. Comput. Harmon. Anal.2005,19(3):198-197.
    [9] J.-M. Geusebroek, A. W. M. Smeulder, and J. van de Weijer, Fast anisotropic Gaussfiltering, IEEE Transactions Image Processing,2003,12(8):938-934.
    [10]F. Mokhtarian and R. Suomela, Robust image corner detection through curvaturescale space, IEEE Transactions on Pattern Analysis and Machine Intelligence,20(12):1376-1381,1998.
    [11]J. H. Han and T. T. Poston, Chord-to-point distance accumulation and planarcurvature: A new approach to discrete curvature, Pattern Recognition Letters,2001,22(10):1133-1144.
    [12] J.Canny, Acomputational approach to edge detection, IEEE Transactions onPattern Analysis and Machine Intelligence,1986,8(6):679-698.
    [13] Mallat S, Zhong S, Characterization of signals from multi-scale edges [J], IEEETransactions on Pattern Analysis and Machine Intelligence,1992,14(7):710-732.
    [1] J. Canny, A computational approach to edge detection, IEEE Transactions onPattern Analysis and Machine Intelligence,1986,8(6):679–698.
    [2] D. Marr, E. Hildreth, Theory of edge detection, Proc. R. Soc. London A, Math.Phys. Sci.1980, B207,187–217.
    [3] S. Mallat, W. L. Hwang, Singularity detection and processing with wavelets, IEEETransactions Information Theory.1992,38(2):617–643.
    [4] S. Mallat, S. F. Zhong, Characterization of signals from multiscale edges, IEEETransactions on Pattern Analysis and Machine Intelligence,1992,24(7):710–732.
    [5] S. Yi, D. Labate, G.R. Easley, H. Krim, A shearlet approach to edge analysis anddetection, IEEE Transactions Image Processing,2009,18(5):929–941.
    [6] W. Freeman, E. Adelson, The design and use of steerable filters, IEEETransactions on Pattern Analysis and Machine Intelligence.1991,13(9):891–906.
    [7] P. Perona, Steerable-scalable kernels for edge detection and junction analysis,Image Vision Comput.1992,10:663–672.
    [8] D. Demigny, On optimal linear filtering for edge detection, IEEE TransactionsImage Processing,2002,11(7):728–737.
    [9] W. Jiang, K. M. Lam, T. Z.Shen, Efficient edge detection using simplified Gaborwavelets, IEEE Trans. Syst., Man, Cybern.2009, Part B39(4)1036–1047.
    [10] P. Bao, L. Zhang, X. L. Wu, Canny edge detection enhancement by scalemultiplication, IEEE Transactions on Pattern Analysis and Machine Intelligence,2005,27(9):1485–1490.
    [11] P. Perona, J. Malik, Scale-space and edge detection using anisotropic diffu-sion,IEEE Transactions on Pattern Analysis and Machine Intelligence,1990,12(7):629–639.
    [12] F. Catte, P.-L. Lions, J. M. Morel, T. Coll, Image selective smoothing and edgedetection by nonlinear diffusion, I, SIAM J. Numer. Anal.1992,29(1):182–193.
    [13] L. Alvarez, P. L. Lions, J. M. Morel, Image selective smoothing and edge detectionby nonlinear diffusion, II, SIAM J. Numer. Anal.1992,29(3):845–866.
    [14] T. D. Song Gao, Bui, Image segmentation and selective smoothing by usingMoumford-Shah model, IEEE Transactions Image Processing,2005,14(10):1537–1549.
    [15] E. A. S. Galvanin, G. M. do Vale, A. P. Dal Poz, The Canny detector with edgefocusing using an anisotropic diffusion process, Pattern Recognition ImageAnalysis,2006,16(4):614–621.
    [16] T. F. Chan, L. A. Vese, Active contours with edges, IEEE Transactions ImageProcessing,2001,10(2):266–277.
    [17] J. Prewitt, Object enhancement and extraction, Pict. Process. Phychopict.1970,75–149.
    [18] M. N. Do, M. Vetterli, The contourlet transform: an efficient directionalmultiresolution image representation, IEEE Transactions Image Process,2005,14(2):2091–2106.
    [19] D. D. Po, M. N. Do, Directional multiscale modeling of images using thecontourlet transform, IEEE Transactions Image Processing,2006,15(6):1610–1620.
    [20] I. W. Selesnick, R. G. Baraniuk, N. G. Kingsbury, The dual-tree complex wavelettransformation, IEEE Signal Processing,2005,22(6):123–151.
    [21] E. J. Candes, D. L. Donoho, Continuous curvelet transform: I. Resolution of thewavefront set, Appl. Comput. Harmon. Anal.2005,19(2):162–197.
    [22] A. P. Paplinski, Directional filtering in edge detection, IEEE Transactions ImageProcessing,1998,7(4):611–615.
    [23] J. M. Geusebroek, A. W. M. Smeulder, J. van de Weijer, Fast anisotropic Gaussfiltering, IEEE Transactions Image Processing,2003,12(8):938–943.
    [24] E. J. Candes, D. L. Donoho, Continuous curvelet transform: II discretization andframes, Appl. Comput. Harmon. Anal.2005,19:198–222.
    [25] M. Shah, A. Sood, R. Jain, Pulse and staircase edge models, Comput. Vis.,Graphics, Image Processing,1986,34(3):321–343.
    [26] M. S. Nixon, A. S. Aguado, Feature Extraction and Image Processing, Newnes,2002(chapter3).
    [27] H. Heath, S. Sarker, T. Sanocki, K.W. Bowyer, A robust visual method forassessing the relative performance of edge detection algorithms, IEEETransactions on Pattern Analysis and Machine Intelligence,1997,19(12):1338–1359.
    [28] M. Heath, S. Sarker, T. Sanocki, K.W. Bowyer, Comparison of edge detectors: amethodology and initial study, Comput. Vis. Image Understand.1998,69(1):38–54.
    [29] M. C. Shin, D. Goldgolf, K. W. Bowyer, Comparison of edge detector perfor-mance through use in an object recognition task, Comput. Vis. Image Understand.2001,84(1):160–178.
    [30] K. Bowyer, C. Kranenburg, A. Dougherty, Edge detector evaluation usingempirical ROC curves, Comput. Vis. Image Understand.2001,84(1):77–103.
    [31] W. K. Pratt, Digital Image Processing, Wiley Interscience Publications,1978.
    [32] S. Konishi, A.L. Yuille, J.M. Coughlan, S.-C. Zhu, Statistical edge detection:learning and evaluating edge cues, IEEE Transactions on Pattern Analysis andMachine Intelligence.2003,25(1):57–74.
    [1] Mohammad Awrangjeb and Guojun Lu, An improved curvature scale-space cornerdetector and a robust corner matching approach for transformed imageidentification, IEEE Transactions Image Processing,2008,17(12):2425-2441.
    [2] Krystian Mikolajczyk and Cordelia Schmid, Scale&affine invariant interest pointdetectors, International Journal of Computer Vision,2004,60(1):63-86.
    [3] L. Kitchen and A. Rosenfeld,3-D model localization using high-resolutionreconstruction of monocular image sequences, IEEE Transactions ImageProcessing,1997,6(1):175-188.
    [4] Bretzner. L and Lindeberg. T, Feature tracking with automatic selection of spatialscales, Computer Vision and Image Understanding,1998,71(3):385-392.
    [5] E. Rosten, High performance rigid body tracking, PhD dissertation, University ofCambridge, Feb.2006.
    [6] H. P. Moravec, Towards automatic visual obstacle avoidance, In Pro.5th Int. JointConf. Artif. Intell., Cambridge, MA,1977, pp.584.
    [7] C. Harris and M. Stephens, A combined corner and edge detector, in Proc.4thAlvey Vision Conf.1988, pp.147-151.
    [8] J. A. Noble, Finding corners, Image Vis. Comput.,1988,6(2):121-128.
    [9] S.M. Smith and J.M. Brady, SUSAN-A New Approach to Low Level ImageProcessing, Defence Research Agency, Technical Report no.TR95SMS1,Farnborough, England,1994.
    [10] S.C. Bae, I.S. Kweon, and C.D. Yoo, Cop: A new Corner Detector. PatternRecognition Letters,2002,23(11), pp.1349-1360.
    [11] M.Trajkovic and M.Hedley, Fast Corner Detection, Image and Vision Computing,1998,16(2), pp.75-87.
    [12]F. Mokhtarian and R. Suomela, Robust image corner detection through curvaturescale space, IEEE Transactions on Pattern Analysis and Machine Intelligence,1998,20(12):1376-1381.
    [13]H.L. Beus and S. S. H. Tiu, An inproved coener detection algorithm based onchain-coded plane curves, Pattern Recognition,1987,20(3):291-296.
    [14]A. Rattarangsi and R. T. Chin, Scale-based detection of corners of planar cueves,IEEE Transactions on Pattern Analysis and Machine Intelligence,1992,14(2):430-449.
    [15]Q. Ji and R. M. Haralick, Corner detection with covariance propagation, inProceedings of the Conference on Computer Vision and Pattern Recognition,1997,362-367.
    [16]K. Sohn, J.H. Kim, and W. E. Alexander, A mean field annealing approach to robustcorner detection, IEEE Transactions on Systems Man Cybernetics Part B,1998,28(6):82-90.
    [17]J. H. Han and T. T. Poston, Chord-to-point distance accumulation and planarcurvature: A new approach to discrete curvature, Pattern Recognition Letters,2001,22(10):1133-1144.
    [18]Fischler, M.A., Bolles, R.C., Perceptual organization and curve partitioning. IEEETransactions on Pattern Analysis and Machine Intelligence,1986,8(1):100-105.
    [19]X. C. He and N. H. C. Yung, Curvature scale space coener detector with adaptivethreshold and dynamic region of support, in International Conference on PatternRecognition,2004,791-794.
    [20]X. Zhang, M. Lei, D. Yang, Y. Wang, and L. Ma, Multiscale curvature product forrobust image corner detection in curvature scale space, Pattern Recognition Letters,2007,28(5):545-554.
    [21]X. C. He and H. C. Yung, Corner detector based on global local curvatureproperties, Optical Engineering,2008,47(5):057008.
    [22]M. Awrangjeb and G. Lu, Robust image corner detection based on thechord-to-point distance accumulation technique, IEEE Transactions on Multimedia,2008,10(6):1059-1072.
    [23]M. Awrangjeb and G. Lu, An improved curvature scale-space corner detector and arobust corner matching approach for transformed image identification, IEEETransactions Image Processing,2008,17(12):2425-2441.
    [24] The, C.H., Chin, R.T., On the detection of dominant points on digital curves. IEEETransactions on Pattern Analysis and Machine Intelligence,1989,11(5):859-872.
    [25] Asada, Brady Asada, H., Brady, M, The curvature primal sketch. IEEETransactions on Pattern Analysis and Machine Intelligence,1986,8(1):2-14.
    [26] Saint-Marc, P., Chen, J.-S., Medioni, G., Adaptive smoothing: a general tool forearly vision. IEEE Transactions on Pattern Analysis and Machine Intelligence,1991,13(6):514-529.
    [27] Mohammad Awrangjeb and Guojun Lu, Robust Image Corner Detection Based onthe Chord-to-Point Distance Accumulation Technique, IEEE Transactions onMultimedia,2008,10(6), pp.1059-1072.
    [28]] K. Sohn, W.E. Alexander, J.H. Kim, Y. Kim, and W.E. Snyder, CurvatureEstimation and Unique Corner Point Detection for Boundary Representation, Proc.IEEE Int l Conf. Robotics andAutomation,1992,2(2):1590-1595.
    [29] Wuescher, D.M., Boyer, K.L., Robust contour decomposition using a constantcurvature criterion. IEEE Transactions on Pattern Analysis and MachineIntelligence,1991,13(2):41-51.
    [30]J. Canny, A computational approach to edge detection, IEEE Transactions onPattern Analysis and Machine Intelligence,1986,8(6):679–698.
    [31]L. Ding, A. Goshtasby, On the Canny edge detector, Pattern Recognition.2001,34(6):721–725.
    [1] X-T Gao, F. Sattar, and R. Venkateswarlu, Multiscale corner detection of gray levelimages based on log-Gabor wavelet transform. IEEE Trans. Circuits and Systemsfor video technology,2007,17(7):868-875.
    [2]徐玲.基于图像轮廓的角点检测方法研究[D],重庆大学博士学位论文,2009.
    [3] H. P. Moravec, Towards automatic visual obstacle avoidance, In Pro.5th Int. JointConf. Artif. Intell., Cambridge, MA,1977, pp.584.
    [4] C. Harris and M. Stephens, A combined corner and edge detector, in Proc.4th AlveyVision Conf.1988, pp.147-151.
    [5] J. A. Noble, Finding corners, Image Vis. Comput.,1988,6(2):121-128.
    [6] J. Q. Fang and T. S. Huang, A corner finding algorithm for image analysis andregistration, in Proceedings of AAAI Conference,1982,4(11):46-49.
    [7] F. Mokhtarian and R. Suomela, Robust image corner detection through curvaturescale space, IEEE Trans. Pattern Anal. Machine Intell.1998,20(12):1376-1381.
    [8] X. C. He and N. H. C. Yung, Curvature scale space coener detector with adaptivethreshold and dynamic region of support, in International Conference on PatternRecognition,2004,791-794.
    [9] X. Zhang, M. Lei, D. Yang, Y. Wang, and L. Ma, Multiscale curvature product forrobust image corner detection in curvature scale space, Pattern Recognition Letters,2007,28(5):545-554.
    [10]X. C. He and H. C. Yung, Corner detector based on global local curvatureproperties, Optical Engineering,2008,47(5):057008.
    [11]M. Awrangjeb and G. Lu, Robust image corner detection based on thechord-to-point distance accumulation technique, IEEE Trans. on Multimedia,2008,10(6):1059-1072.
    [12]J. H. Han and T. T. Poston, Chord-to-point distance accumulation and planarcurvature: A new approach to discrete curvature, Pattern Recognition Letters,2001,22(10):1133-1144.
    [13]J. Canny, A computational approach to edge detection, IEEE Transactions onPattern Analysis and Machine Intelligence,1986,8(6):679–698.
    [14]孙达,基于概率密度的图像处理算法的研究与应用[D].2009,哈尔滨工业大学博士论文.
    [15]David H. Douglas and Thomas K. Peucker, Algorithms for the reduction of thenumber of points required to represent a digitized line or its caricature. TheCanadian Cartographer,1973,10(2):112-122.
    [16]Wu Shin-ting, Marquez M R G. A non-self-intersection Douglas-Peuckeralgorithm [J]. Proceedings of the Sixteenth Brazilian Symposium on ComputerGraphics and image Processing,2003,5(1):60-66.
    [1] K. Rangarajan, M. Shah, and D. V. Brackle, Optimal corner detector, Comp. Vis.,Graph., Image Processing,1989,48(2):230-245.
    [2] E. D. Sinzinger, A model-based approach to junction detection using radial energy,Pattern Recognition,2008,41(2):494-505.
    [3] A. Rattarangsi and R. T. Chin, Scale-based detection of corners of planar curves,IEEE Transactions on Pattern Analysis and Machine Intelligence,1992,14(4):430-449.
    [4] B. Zhong and W. Liao, Direct curvature scale spac: Theory and corner detection,IEEE Transactions on Pattern Analysis and Machine Intelligence,2007,29(3):508-512.
    [5] J-B Ryu, H-H Park and J. Park, Corner classification using Harris algorithm,Electronics Letters,2011,47(9):536-538.
    [6] C. Harris and M. Stephens, A combined corner and edge detector, in Proc.4thAlvey Vision Conf.,1988, pp.147-151.
    [7] M. Jacob and M. Unser, Design of steerable filters for feature detection usingCanny-like criteria, IEEE Transactions on Pattern Analysis and MachineIntelligence,2004,26(8):1007-1019.
    [8] J.-M. Geusebroek, A. W. M. Smeulder, and J. van de Weijer, Fast anisotropic Gaussfiltering, IEEE Transactios Image Processing,2003,12(8):938-934.
    [9] P-L Shui and W-C Zhang, Noise-robust edge detector combining isotropic andanisotropic Gaussian kernels,Pattern Recognition,2012,45(2):812-820.
    [10]X-T Gao, F. Sattar, and R. Venkateswarlu, Multiscale corner detection of gray levelimages based on log-Gabor wavelet transform,EEE Trans. Circuits and Systems forvideo technology,2007,17(7):868-875.
    [11]W. Jiang, K-M Lam, and T-Z Shen, Efficient edge detection using simplified Gaborwavelets, IEEE Trans. Systems, Man, and Cybernetics-Part B,2009,39(4):1036-1047
    [12]S. Yi, D. Labate, G. R. Easley, and H. Krim, A shearlet approach to edge analysisand detection, IEEE Transactions Image Processing,2009,18(5):929-941.
    [13]L. Parida, and D. Geiger Junction: detection classification and reconstruction, IEEETransactions on Pattern Analysis and Machine Intelligence,1998,20(7):687-698.
    [14]M. A. Ruzon and C. Tomasi, Edge, junction, and corner detection using colordistributions, IEEE Transactions on Pattern Analysis and Machine Intelligence,2001,23(11):1281-1295.
    [15]E. D. Sinzinger, A model-based approach to junction detection using radial energy,Pattern Recognition,2008,41(2):494-505.
    [16]J. Canny, A computational approach to edge detection, IEEE Transactions onPattern Analysis and Machine Intelligence,1986,8(6):679-698.
    [17]X. Zhang, M. Lei, D. Yang, Y. Wang, and L. Ma, Multiscale curvature product forrobust image corner detection in curvature scale space, Pattern Recognition Letters,2007,28(5):545-554.
    [18]X. C. He and H. C. Yung, Corner detector based on global local curvatureproperties, Optical Engineering,2008,47(5):057008.
    [19]M. Awrangjeb and G. Lu, Robust image corner detection based on thechord-to-point distance accumulation technique, IEEE Trans. on Multimedia,2008,10(6):1059-1072.
    [20]H. P. Moravec, Towards automatic visual obstacle avoidance, In Pro.5th Int. JointConf. Artif. Intell., Cambridge, MA,1977, pp.584.
    [21]K. Bowyer, C. Kranenburg, and A. Dougherty, Edge detector evaluation usingempirical ROC curves, Comput. Vision Image Understand,2001,84(1):77-103.
    [22]W. Jiang, K-M Lam, and T-Z Shen, Efficient edge detection using simplified Gaborwavelets, IEEE Transactions Systems, Man, and Cybernetics-Part B,2009,39(4):1036-1047.

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

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

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