登录
首页 » matlab » surf

surf

于 2012-05-17 发布 文件大小:701KB
0 227
下载积分: 1 下载次数: 206

代码说明:

  改进的sift算法,称为surf,来实现图像的匹配,并显示。 (Improved sift algorithm, known as the surf, to achieve the image matching, and displayed.)

文件列表:

surf
....\example2.m,1211,2010-09-06
....\example3.m,1776,2010-09-06
....\license.txt,1335,2010-09-06
....\OpenSurf.m,3778,2010-09-06
....\SubFunctions
....\............\FastHessian_BuildDerivative.m,603,2010-07-26
....\............\FastHessian_buildResponseLayer.m,1699,2010-07-29
....\............\FastHessian_buildResponseMap.m,1877,2010-07-20
....\............\FastHessian_getIpoints.m,2353,2010-07-30
....\............\FastHessian_getLaplacian.m,455,2010-07-26
....\............\FastHessian_getResponse.m,450,2010-07-26
....\............\FastHessian_interpolateExtremum.m,2478,2010-07-30
....\............\FastHessian_isExtremum.m,1680,2010-07-30
....\............\FastHessian_ResponseLayer.m,738,2010-07-29
....\............\IntegralImage_BoxIntegral.m,791,2010-07-29
....\............\IntegralImage_HaarX.m,494,2010-07-29
....\............\IntegralImage_HaarY.m,556,2010-07-29
....\............\IntegralImage_IntegralImage.m,796,2010-07-29
....\............\PaintSURF.m,1089,2010-07-30
....\............\SurfDescriptor_DecribeInterestPoints.m,1554,2010-07-30
....\............\SurfDescriptor_GetDescriptor.m,3636,2010-07-30
....\............\SurfDescriptor_GetOrientation.m,2921,2010-07-30
....\TestImages





....\WarpFunctions
....\.............\affine_warp.m,9721,2010-09-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FACE-Recognition
    这是一个应用VC++编写的基于摄像头读取人脸的人脸识别和人脸检测软件,其中引用了MATLAB的系统函数,是一个非常不错的人脸识别软件,这个系统在我校论文答辩审核中获得了优秀的成绩。希望对大家有用(This is an application-based VC prepared to read camera Face to Face Recognition and face detection software. cited in the MATLAB system function, is a very good face recognition software. The system in my school examination papers reply obtained outstanding achievements. We hope to useful)
    2020-06-26 05:20:01下载
    积分:1
  • thinning
    基于Matlab程序的图像细化算法基于Matlab程序的图像细化算法(Matlab program based on the image thinning algorithm based on image thinning algorithm Matlab program)
    2020-10-24 12:47:21下载
    积分:1
  • testDetect
    直方图的计算与显示分析图像、物体和视频信息过程,我们常把看到的物体用直方图(histogram)表示,直方图可以用来描述各种不同的事情,如物体的色彩分布、物体边缘梯度模板,以及表示目标位置的概率分布(Calculation and analysis of the histogram display images, objects and video information process, we often see objects with the histogram (histogram) indicates, the histogram can be used to describe a variety of different things, such as the color distribution of objects, object edges gradient templates, and the probability distribution of the target position)
    2013-11-12 14:49:32下载
    积分:1
  • Tsallis熵分割
    一个基于MATLAB环境的图像分割算法,运用最大熵解决图像分割问题。(An image segmentation algorithm based on MATLAB environment is applied to solve the problem of image segmentation using maximum entropy.)
    2018-04-03 19:50:44下载
    积分:1
  • SparseLab200-Core
    基于多帧图像插值(Interpolation)技术的方法是SR恢复技术当中最直观 的方法。这类方法首先估计各帧图像之间的相对运动信息,获得HR图像在非均 匀间距采样点上的象素值,接着通过非均匀插值得到HR栅格上的象素值,最后 采用图像恢复技术来去除模糊和降低噪声(运动估计!非均匀插值!去模糊和 噪声)。(In this paper, we propose a novel method for solv- ing single-image super-resolution problems. Given a low-resolution image as input, we recover its high- resolution counterpart using a set of training exam- ples. While this formulation resembles other learning- based methods for super-resolution, our method has been inspired by recent manifold learning methods, par- ticularly locally linear embedding (LLE). Speci?cally, small image patches in the low- and high-resolution images form manifolds with similar local geometry in two distinct feature spaces. As in LLE, local geometry is characterized by how a feature vector correspond- ing to a patch can be reconstructed by its neighbors in the feature space. Besides using the training image pairs to estimate the high-resolution embedding, we also enforce local compatibility and smoothness con- straints between patches in the target high-resolution image through overlapping. Experiments show that our method is very ?exible )
    2010-11-07 11:15:03下载
    积分:1
  • kernel
    用kfcm算法实现数据的聚类和分类效果。(Kfcm algorithm is used to achieve data clustering and classification results.)
    2017-07-10 17:46:17下载
    积分:1
  • JohnWileySons
    John Wiley & Sons - JPEG2000 Standard for Image Compression Concepts Algorithms and VLSI Architectures 2005(John Wiley )
    2006-10-26 17:30:45下载
    积分:1
  • EmgucvTest
    用c#和emgucv实现了1.显示图像的直方图,2.直方图均衡化,3.中值滤波,4.sobel算子,roberts算子和Prewitt算子的边缘提取。各算法均自己实现不是调用函数。但是读图片的信息是用的emgucv。希望和同样刚接触emgucv的同学共同进步(With c# and emgucv achieve a 1 shows a histogram of the image, 2. Histogram equalization, 3 median filter, 4.sobel operator, edge roberts operator and Prewitt operator extraction. Various algorithms to achieve their own instead of calling a function. But reading the image information is used emgucv. The same hopes and common progress of students new to emgucv)
    2013-11-26 09:32:22下载
    积分:1
  • RegEx2NFA2DFA_RC
    说明:  由正则表达式构造DFA的程序,并可以对输入串模拟正则表达式匹配(This is a C program used in compiling the given regular expression into an equivalent DFA, simulated through tracking State sets.)
    2020-11-08 15:59:47下载
    积分:1
  • texture_extraction
    求灰度共生矩阵及其各要素用matlab实现(For gray-scale co-occurrence matrix and its elements realize with matlab)
    2008-05-21 21:07:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载