登录
首页 » matlab » SURF_extraction

SURF_extraction

于 2014-10-30 发布 文件大小:1050KB
0 259
下载积分: 1 下载次数: 142

代码说明:

  图像SURF特征提取,用于图像拼接和篡改检测,注释比较详细,程序很好理解(SURF feature extraction, image is used for image matching and tamper detection, comments are detailed, the program is easy to understand)

文件列表:

OpenSURF
.........\example1006.m,1888,2012-10-06
.........\example2.m,1208,2013-03-19
.........\example3.m,1938,2013-03-19
.........\OpenSurf.m,3778,2010-09-07
.........\SubFunctions
.........\............\FastHessian_BuildDerivative.m,603,2010-07-27
.........\............\FastHessian_buildResponseLayer.m,1699,2010-07-30
.........\............\FastHessian_buildResponseMap.m,1877,2010-07-21
.........\............\FastHessian_getIpoints.m,2353,2010-07-30
.........\............\FastHessian_getLaplacian.m,455,2010-07-27
.........\............\FastHessian_getResponse.m,450,2010-07-27
.........\............\FastHessian_interpolateExtremum.m,2478,2010-07-30
.........\............\FastHessian_isExtremum.m,1680,2010-07-30
.........\............\FastHessian_ResponseLayer.m,738,2010-07-30
.........\............\IntegralImage_BoxIntegral.m,791,2010-07-29
.........\............\IntegralImage_HaarX.m,494,2010-07-30
.........\............\IntegralImage_HaarY.m,556,2010-07-30
.........\............\IntegralImage_IntegralImage.m,796,2010-07-29
.........\............\PaintSURF.m,1089,2010-07-30
.........\............\SurfDescriptor_DecribeInterestPoints.m,1554,2010-07-31
.........\............\SurfDescriptor_GetDescriptor.m,3636,2010-07-31
.........\............\SurfDescriptor_GetOrientation.m,2921,2010-07-31
.........\TestImages





.........\..........\lena2.png,211716,2010-09-07
.........\..........\lena20.jpg,19555,2013-03-19
.........\..........\lena21.jpg,113463,2013-03-19
.........\..........\test.png,5296,2010-07-20
.........\..........\testc1.png,123228,2010-07-27
.........\..........\testc2.png,122063,2010-07-27
.........\WarpFunctions
.........\.............\affine_warp.m,9721,2010-09-07

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

发表评论

0 个回复

  • MSRCR
    带色彩恢复因子的retinex算法,用于处理雾天图像(Recovery factor with color retinex algorithm, used to deal with fog image)
    2009-04-08 20:14:30下载
    积分:1
  • PCA_FaceRecognition
    说明:  主成分分析算法提取特征值,使用KNN分类器,K值可调(principal component analysis)
    2021-03-03 09:03:26下载
    积分:1
  • MRI_image_segmentation
    用形态学方法和区域增长法进行MRI脑肿瘤图像分割(By morphology and region growing method for MRI brain tumor segmentation)
    2010-12-11 20:25:24下载
    积分:1
  • ASED
    在自动化生产线VC开发的运动控制机器视觉程序,XYZ三个轴有PCI板卡控制,视频卡采集图像后经算法处理找到图像的点,VC控制步进电机到加胶位置加胶,在机器上运行每日点胶100000次无故障(VC development in automated production lines motion control machine vision program, XYZ three-axis control with a PCI card, video card capture images after processing algorithm to find the image of the point, VC controlled stepper motor to position plus plus glue glue on the machine run the daily dispensing 100,000 times without failure)
    2020-09-10 05:38:04下载
    积分:1
  • gmm
    EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。(EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.)
    2015-11-19 16:20:15下载
    积分:1
  • histeqgray
    说明:  直方图均衡化,直方图均衡化vc++源代码(histogramequalization)
    2009-09-03 23:52:55下载
    积分:1
  • gaussianba
    使用特征差别提取,通过特征差别相减,以去除高斯背景(Using the characteristics of different extraction, the characteristics of different background subtraction, to remove Gauss)
    2014-01-07 17:31:17下载
    积分:1
  • weighted-spatial-
    多径条件下基于加权空间平滑的阵元幅相误差校正(Multipath based on weighted spatial smoothing array element amplitude and phase error correction)
    2013-12-12 13:20:38下载
    积分:1
  • HE
    说明:  利用直方图均衡可以将对对比图进行调整,增强局部的对比度,特别在图像有用对比度相当接近的情况,直方图均衡可以很好的增强对比度使得图像的细节更清晰,达到图像增强的目的。(Histogram equalization can be used to adjust the contrast graph to enhance the contrast of the local image, especially in the case that the useful contrast of the image is quite close. The histogram equalization can improve the contrast degree so that the details of the image are clearer and the purpose of image enhancement is achieved.)
    2018-05-28 15:08:52下载
    积分:1
  • Gaussian
    打开24位彩色bmp文件, 显示该图像 将图像内容顺时针旋转90度后显示出来 将图像分成等大小的4块,将第1和第3块像素互换后保存 将旋转后的图像转换成灰度图像显示,并保存 对灰度图像求Sobel边缘图,显示出来,并保存 对灰度图像进行Gaussian平滑,并保存(需要体会平滑的作用) 对灰度图像进行2值化(Open 24-bit color bmp files, displays the image will rotate clockwise image content displayed image is divided into four equal-sized 90 degrees, the first and three pixels after swap to save the rotated image conversion ashes of the image display, and save images to grayscale seeking Sobel edge map is displayed, and save the gray image Gaussian smoothing, and save (experience required smoothing effect) grayscale image binarized)
    2020-06-29 07:40:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载