登录
首页 » matlab » surf

surf

于 2020-09-07 发布
0 110
下载积分: 1 下载次数: 2

代码说明:

说明:  实现SURF图像匹配,并将图片进行扭曲处理再次实现匹配。(Surf image matching is realized, and the image is distorted to achieve matching again.)

文件列表:

SURF\example2.m, 1211 , 2014-06-04
SURF\example3.m, 1776 , 2014-06-04
SURF\license.txt, 1335 , 2014-06-04
SURF\OpenSurf.m, 3778 , 2014-06-04
SURF\SubFunctions\FastHessian_BuildDerivative.m, 603 , 2014-06-04
SURF\SubFunctions\FastHessian_buildResponseLayer.m, 1699 , 2014-06-04
SURF\SubFunctions\FastHessian_buildResponseMap.m, 1877 , 2014-06-04
SURF\SubFunctions\FastHessian_getIpoints.m, 2353 , 2014-06-04
SURF\SubFunctions\FastHessian_getLaplacian.m, 455 , 2014-06-04
SURF\SubFunctions\FastHessian_getResponse.m, 450 , 2014-06-04
SURF\SubFunctions\FastHessian_interpolateExtremum.m, 2478 , 2014-06-04
SURF\SubFunctions\FastHessian_isExtremum.m, 1680 , 2014-06-04
SURF\SubFunctions\FastHessian_ResponseLayer.m, 738 , 2014-06-04
SURF\SubFunctions\IntegralImage_BoxIntegral.m, 791 , 2014-06-04
SURF\SubFunctions\IntegralImage_HaarX.m, 494 , 2014-06-04
SURF\SubFunctions\IntegralImage_HaarY.m, 556 , 2014-06-04
SURF\SubFunctions\IntegralImage_IntegralImage.m, 796 , 2014-06-04
SURF\SubFunctions\PaintSURF.m, 1089 , 2014-06-04
SURF\SubFunctions\SurfDescriptor_DecribeInterestPoints.m, 1554 , 2014-06-04
SURF\SubFunctions\SurfDescriptor_GetDescriptor.m, 3636 , 2014-06-04
SURF\SubFunctions\SurfDescriptor_GetOrientation.m, 2921 , 2014-06-04
SURF\TestImages\lena1.png, 574557 , 2014-06-04
SURF\TestImages\lena2.png, 578897 , 2014-06-04
SURF\TestImages\test.png, 5296 , 2014-06-04
SURF\TestImages\testc1.png, 123228 , 2014-06-04
SURF\TestImages\testc2.png, 122063 , 2014-06-04
SURF\WarpFunctions\affine_warp.m, 9721 , 2014-06-04
SURF\SubFunctions, 0 , 2014-06-04
SURF\TestImages, 0 , 2014-06-04
SURF\WarpFunctions, 0 , 2014-06-04
SURF, 0 , 2014-06-04

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

发表评论

0 个回复

  • Compression-sensing
    压缩传感理论,用K-SVD算法训练字典,过完备字典(Compression sensing theory, SVD algorithm with K- had complete training dictionary, dictionary)
    2011-05-18 15:57:31下载
    积分:1
  • High-resolution-image
    于轻小型光学成像系统,小孔径限制了 图像的极限分辨率,衍射退化造成了截止频率外信息的丢失成像系统所期望的 大视场不可避免的带来边缘视场的像差恶化,各视场退化情况不同,影响信息的 判读 (Small light optical imaging system, the small aperture limit the ultimate resolution of the image, diffraction degradation aberration deterioration of the desired cutoff frequency outside the loss of information imaging system field of view inevitably bring the edge of the visual field, each referred to as field degradation, affecting the interpretation of the information)
    2012-08-02 11:23:28下载
    积分:1
  • muller
    由图片对应点数据计算穆勒矩阵,并对其进行极分解,求得其3个分项,同时计算其各项指标参数(The Muller matrix is calculated by the corresponding data of the image, and the polar decomposition is carried out to obtain the 3 sub items, and the index parameters are calculated at the same time)
    2020-12-06 14:49:21下载
    积分:1
  • Detecter_and_Color segmetation
    实现给定图像中目标的有效监测,并根据颜色对目标分割。(The object can be detector, and it is segmented by the color.)
    2020-06-19 08:40:01下载
    积分:1
  • 基于马尔可夫随机场的恢复,给出产生MRF的程序并应用于去噪
    基于马尔可夫随机场的图像恢复,给出产生MRF的程序并应用于图像去噪(GMRF based on the image restoration, MRF is generated and applied to the procedures Image Denoising)
    2006-09-19 12:32:24下载
    积分:1
  • m11
    混合高斯(Mixture of Gaussian, MOG) 背景建模算法和Codebook 背景建模算法被广泛应用于监控视频的运动目标检测问题, 但混合高斯的球体模型通常假设RGB 三个分量是独立的, Codebook 的圆柱体模型假设背景像素值在圆柱体内均匀分布且背景亮度值变化方向指向坐标原点, 这些假设使得模型对背景的描述能力下降. 本文提出了一种椭球体背景模型, 该模型克服了混合高斯球体模型和Codebook 圆柱体模型假设的局限性, 同时利用主成分分析(Principal components analysis, PCA) 方法来刻画椭球体背景模型, 提出了一种基于主成分分析的Codebook 背景建模算法. 实验表明, 本文算法不仅能够更准确地描述背景像素值在RGB 空间中的分布特征, 而且具有良好的鲁棒性.(The background modeling algorithm of mixture of Gaussian (MOG) and codebook is widely used in moving object detection of surveillance video. However, the ball model of MOG usually assumes that the three components of RGB are independent, while the cylinder model of codebook assumes that the value of background pixel is distributed uniformly within the cylinder and the changing direction of brightness points to the origin of the coordinate system. These assumptions reduce the descriptive capability for background modeling. Therefore, the paper proposes an ellipsoid- based background model, which overcomes the MOG and codebook0s limitations. By using principal component analysis to depict the ellipsoid background model, a novel PCA-based codebook background modeling algorithm is proposed. Experiments show that this algorithm can not only give more accurate description of the distribution of background pixels but also have a better robustness.)
    2014-04-15 11:11:55下载
    积分:1
  • CFD
    计算进口边界条件为超音和亚音条件下,气流流经凸包时的二维流动状况(program for calculate air flows through the convex hullto in the import boundary conditions of supernic and subsonic)
    2015-02-09 15:32:23下载
    积分:1
  • capon
    采用8个阵元,利用CAPON算法,进行DOA,画出波达方向估计误差随着信噪比变化的曲线图(Eight elements, the use of the CAPON algorithm of DOA draw the DOA estimation error changes with the SNR curve)
    2012-02-13 21:55:05下载
    积分:1
  • waterline
    用水线阈值法分割图像:通过对图像进行高帽、低帽变换,并将得到的结果进行相减,可以增强图像,然后利用分水岭算法就行分割!(Water line thresholding segmentation image: The image of flattery, low cap transformation, and will be the results of subtraction, it can enhance image, and then use the watershed segmentation algorithm on the line!)
    2008-05-17 09:36:15下载
    积分:1
  • ColorHistogramjiansuo
    详细设计了基于颜色直方图的图像检索 效果不错 计算速度快(Detailed design of the color histogram-based image retrieval good results fast calculation)
    2009-11-04 19:55:40下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载