keypointExtraction

所属分类:图形图像处理
开发工具:matlab
文件大小:363KB
下载次数:383
上传日期:2008-11-08 15:39:22
上 传 者myzlz
说明:  图像关键点提取程序,matlab实现的,susan,harris等方法都有,共研究图像处理的同仁共享
(Image key point extraction procedure, matlab achieved, susan, harris and other methods have examined a total of image processing Tongren sharing)

文件列表:
keypointExtraction\door.jpg (170474, 2007-08-01)
keypointExtraction\findLocalMaximum.m (2563, 2007-12-07)
keypointExtraction\kp_gilles.m (1133, 2007-12-07)
keypointExtraction\kp_harris.m (2033, 2007-12-07)
keypointExtraction\kp_harris2.m (2046, 2008-06-21)
keypointExtraction\kp_harrislaplace.m (3512, 2007-12-07)
keypointExtraction\kp_log.m (1962, 2007-12-07)
keypointExtraction\kp_susan.m (631, 2007-12-07)
keypointExtraction\mul-harris.asv (106, 2008-06-21)
keypointExtraction\patrol.jpg (18357, 2007-08-03)
keypointExtraction\shiyan.m (696, 2008-06-21)
keypointExtraction\sunflower.jpg (139536, 2007-08-01)
keypointExtraction\susan.dll (40960, 2006-09-23)
keypointExtraction\susan.m (2113, 2006-09-23)
keypointExtraction\test.asv (1400, 2008-06-21)
keypointExtraction\test.jpg (28769, 2008-06-21)
keypointExtraction\test.m (1412, 2008-06-21)
keypointExtraction\test.pgm (65551, 2006-12-14)
keypointExtraction (0, 2008-06-21)

---=== EDIT CONTOUR ===--- AUTHOR Vincent Garcia DESCRIPTION The current directory contains functions allowing to extract keypoints also called "feature points", "corners", "interest points", etc. The following algorithm are provided : - Harris - SUSAN - Harris-Laplace - Laplacian of Gaussian (LoG) - Gilles The input image must be a gray level image. The output is a matrix of dimension Nx2 or Nx3 with N the number of keypoints extracted. The first column gives the row poisition of the keypoints and the second column gives the column position of the keypoints. The third column gives the feature scale of the keypoints. This scale corresponds to the radius of the local neighborhood to consider. Note that the SUSAN algorithm is a contribution of Joaquim Luis. Run the test function to see an example. The picture "door" was taken by Aleksandra Radonic'. The picture "sunflower" was taken by Candy Torres. The picture "patrol" was taken by Markus Schpke. LEGAL 1. The enclosed function can be freely reused under a Creative Commons License (http://creativecommons.org/licenses/by-nc-sa/2.0) : You are free: * to Share — to copy, distribute and transmit the work * to Remix — to adapt the work Under the following conditions: * Attribution. You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). * Noncommercial. You may not use this work for commercial purposes. * Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one. 2. The pictures provided were choosen on flickr.com. These pictures can be freely reused under a Creative Commons License. The authors are Aleksandra Radonic', Candy Torres, and Markus Schpke.

近期下载者

相关文件


收藏者