登录
首页 » matlab » Surf

Surf

于 2020-12-19 发布 文件大小:1586KB
0 297
下载积分: 1 下载次数: 18

代码说明:

  采用改进的SURF方法进行特征的提取,相比于SIFT,能获取更多的特征点(With the improved SURF methods for feature extraction, compared to SIFT, can get more feature points)

文件列表:

surf提取特征
............\demo1.m,662,2015-08-06
............\demo2.m,1769,2015-08-06
............\license.txt,1335,2014-06-04
............\OpenSurf.m,3778,2014-06-04
............\SubFunctions
............\............\FastHessian_BuildDerivative.m,603,2014-06-04
............\............\FastHessian_buildResponseLayer.m,1699,2014-06-04
............\............\FastHessian_buildResponseMap.m,1877,2014-06-04
............\............\FastHessian_getIpoints.m,2353,2014-06-04
............\............\FastHessian_getLaplacian.m,455,2014-06-04
............\............\FastHessian_getResponse.m,450,2014-06-04
............\............\FastHessian_interpolateExtremum.m,2478,2014-06-04
............\............\FastHessian_isExtremum.m,1680,2014-06-04
............\............\FastHessian_ResponseLayer.m,738,2014-06-04
............\............\IntegralImage_BoxIntegral.m,791,2014-06-04
............\............\IntegralImage_HaarX.m,494,2014-06-04
............\............\IntegralImage_HaarY.m,556,2014-06-04
............\............\IntegralImage_IntegralImage.m,796,2014-06-04
............\............\PaintSURF.m,1089,2014-06-04
............\............\SurfDescriptor_DecribeInterestPoints.m,1554,2014-06-04
............\............\SurfDescriptor_GetDescriptor.m,3636,2014-06-04
............\............\SurfDescriptor_GetOrientation.m,2921,2014-06-04
............\TestImages





............\..........\6.bmp,66614,2015-07-24
............\..........\7.bmp,66614,2015-07-24
............\..........\8.bmp,66614,2015-07-24
............\..........\lena1.png,574557,2014-06-04
............\..........\lena2.png,578897,2014-06-04
............\..........\test.png,5296,2014-06-04
............\..........\testc1.png,123228,2014-06-04
............\..........\testc2.png,122063,2014-06-04
............\WarpFunctions
............\.............\affine_warp.m,9721,2014-06-04

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

发表评论

0 个回复

  • logpolar
    用matlab实现的对数极坐标转换图像配准算法,实验证明效果不错(Using matlab realize logarithmic polar coordinate conversion image registration algorithm, experiments show good results)
    2021-04-21 20:48:49下载
    积分:1
  • nsct_toolbox-zishiying
    基于NSCT变换的自适应去噪,里面包含仿真图(image denoising)
    2013-08-25 10:17:27下载
    积分:1
  • GS-Algorithm
    实现了图片及目标图片的傅立叶变换,并得出了加载到空间光调制器上的相息图!(To achieve the target image and the image of the Fourier transform, and load to obtain a kinoform spatial light modulator on!)
    2020-06-30 14:40:02下载
    积分:1
  • 小波变换BP,OMP,StOMP二维比较
    说明:  运用OMP、BP、StOMP及MP算法对lena图像进行重构。(Use OMP, BP, StOMP and MP algorithms to reconstruct the lena image.)
    2021-03-19 23:21:03下载
    积分:1
  • camshift
    利用camshift方法实现对一个目标的跟踪,可直接运行,但是效果一般,希望大家能改进一下,相互学习(Achieve a target tracking camshift method, and can be run directly, but the general effect, I hope that we can improve it, and learn from each other)
    2021-04-01 15:49:08下载
    积分:1
  • houghline
    说明:  hough 变换提取直线 MATLAB程序 可以很好的检测出一副图像中的直线(Extraction of straight line hough transform MATLAB program can detect a very good image of a straight line)
    2008-12-07 21:52:12下载
    积分:1
  • LS_Unwrape
    最小二乘相位解包裹算法,基于快速傅里叶变换(Least-squares algorithm for phase unwrapping)
    2020-09-29 16:47:45下载
    积分:1
  • xinhaochuli
    近期成果,与大家分享:奇异值分解、小波降噪、zoom细化 谱峭度 和滤波器设计,共勉(Recent achievements to share with you: singular value decomposition, wavelet noise reduction, zoom refined spectral kurtosis and filter design, encouragement)
    2013-10-10 10:26:51下载
    积分:1
  • tuxiangqiege
    基于像素点的全局阈值法求图像的分割 实现方法有五种: 最小极值法,最优阈值法,最大方差方法,最大熵法,迭代法(Pixel-based global threshold method for image segmentation method there are five: the smallest extreme value method, the optimal threshold method, the largest variance method, the maximum entropy method, iterative method)
    2008-12-27 16:55:29下载
    积分:1
  • MbufAllocColor
    这个函数分配一个数据缓冲区与多个颜色指定系统上的乐队。这种类型的缓冲区允许表示彩色图像(例如,RGB)。 这个函数为每个指定分配缓冲区,一个二维表面颜色乐队。您可以使用MbufAlloc1d()和MbufAlloc2d()来创建单独的乐队一或二维 数据缓冲区,分别。 分配一个缓冲区后,我们建议您检查是否操作成功,使用MappGetError(),或通过验证,不是M_NULL返回的缓冲区的标识符。(This function allocates a data buffer with multiple color bands on the specified system. This type of buffer allows for the representation of color images (for example, RGB). This function allocates buffers that have a two-dimensional surface for each specified color band. You can use MbufAlloc1d() and MbufAlloc2d() to create single band one- or two-dimensional data buffers, respectively. After allocating a buffer, we recommend that you check if the operation was successful, using MappGetError(), or by verifying that the buffer identifier returned is not M_NULL.)
    2015-12-03 19:55:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载