登录
首页 » matlab » surf

surf

于 2013-05-26 发布 文件大小:7660KB
0 298
下载积分: 1 下载次数: 134

代码说明:

  surf算法对图像的配准实时的取证,经本人验证,该程序好用无误,可放心使用(surf algorithm for image registration in real time forensics, after I verify that the correct program easy to use, ease of use)

文件列表:

surf
....\a.txt,7148,2013-05-19
....\example2.asv,1249,2013-05-17
....\example2.m,1275,2013-05-18
....\example3.m,1776,2010-09-07
....\getBlock.m,1482,2013-04-28
....\K-mean.asv,1804,2013-05-19
....\K-mean.m,1771,2013-05-18
....\license.txt,1335,2010-09-06
....\my_deo1.asv,3162,2013-05-19
....\my_deo1.m,3412,2013-05-19
....\OpenSurf.m,3778,2010-09-07

....\OpenSURF_version1c.zip,1362910,2013-05-16
....\partBlock.m,815,2013-05-15
....\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





....\..........\cc.jpg,319686,2013-05-09
....\..........\d.jpg,1488221,2013-05-15
....\..........\ddd.jpg,1325800,2013-05-15
....\..........\lena1.png,239755,2010-09-07
....\..........\lena2.png,211716,2010-09-07
....\..........\test.png,5296,2010-07-20
....\..........\testc1.jpg,91775,2013-05-17
....\..........\testc1.png,123228,2010-07-27
....\..........\testc2.jpg,91171,2013-05-17
....\..........\testc2.png,122063,2010-07-27
....\WarpFunctions
....\.............\affine_warp.m,9721,2010-09-07
....\xy.mat,6846,2013-05-19

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

发表评论

0 个回复

  • Harris
    用于相机标定的棋盘角点检测程序,包含伪角点去除,亚像素角点提取(Chessboard corner detection procedures for camera calibration, including the removal of the pseudo-corner, subpixel corner extraction)
    2020-11-10 19:49:45下载
    积分:1
  • PCA&SVD_Denoising
    使用PCA和SVD进行数据去噪,利用数据主要的特征向量进行数据恢复和重建(Using PCA and SVD for data denoising)
    2018-08-21 09:57:25下载
    积分:1
  • Forstner
    说明:  Forstner算子提取特征点 Forstner算子 提取特征点 (Forstner operator extracting feature points Forstner operator extracting feature points)
    2010-03-23 00:58:45下载
    积分:1
  • Skeleton
    经典的基于距离变换的图像细化的骨架提取方法。(Classic based on distance transform refining skeleton extraction method. )
    2012-08-16 15:51:12下载
    积分:1
  • MZigZag
    ZIGZAG程序,实现对图像矩阵ZIGZAG顺序读取。通常作为函数调用。还有就是霍夫曼编码的程序,得到图像霍夫曼的编码(ZIGZAG procedures ZIGZAG image matrix to achieve the order read. Usually as a function call. There is the Huffman code procedure, the image encoding Hoffman)
    2008-04-30 15:54:11下载
    积分:1
  • extract-len-of-a-paper
    用matalab编译的,求取 车牌图像的方法,很实用下载后 导入目标图像即可(The compiler with matalab, and calculate the license plate image, the method of practical import target image after download )
    2013-03-19 20:54:23下载
    积分:1
  • SARclassify
    SAR图像分类程序,基于灰度阈值的分类,无监督学习的分类简单。(SAR Image classification)
    2011-06-30 01:49:17下载
    积分:1
  • Digital Image Processing
    1.RAW格式转换为BMP格式 2.灰度线性拉伸 3.局部处理 4.几何处理 5.二值化 6.模板匹配 7.影像融合(1.RAW format converted to BMP format 2. grayscale linear stretch 3. local processing 4. geometric processing 5. binaryzation 6. template matching 7. image fusion)
    2018-01-17 18:55:16下载
    积分:1
  • 24368
    程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法请见相应头文件中的注释。(The program will interface with the data processing separate interface using MFC dialog template, registration, training, recognition and the main interface, respectively, to create a class that interacts with the user through a message handler, using multiple threads to display images in real time.   Data processing is divided into a CFaceAlign (Face Detection+ geometric normalization), CLightPrep (illumination normalization), CFaceFeature (Gabor feature extraction), CSubspace (computing Fisherface subspace) four categories, as well as a class is responsible for managing CFaceMngr interface and data exchange between. Such a program structure allows for interfaces and algorithms are independent of each other. Specific methods of each class, see the comments in the appropriate header files.)
    2015-04-13 10:05:34下载
    积分:1
  • ENVI5.3二次开发环境搭建
    说明:  ENVI+C#二次开发环境搭建 主机操作系统:Windows10_x64 C#编辑器:Microsoft Visual Studio 2012 Ultimate ENVI5.3 SP1 win64+IDL8.5(ENVI+C#secondary development environment construction operating system:Windows10_x64 IDE:Microsoft Visual Studio 2012 Ultimate ENVI5.3 SP1 win64+IDL8.5)
    2019-11-21 16:37:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载