登录
首页 » matlab » SIFTtutorial

SIFTtutorial

于 2009-05-29 发布 文件大小:24917KB
0 266
下载积分: 1 下载次数: 160

代码说明:

  基于SIFT的图像配准.最全版本。学习SIFT之必备资料。(image mosaic based on MATLAB)

文件列表:

SIFTtutorial
............\add_descriptors_to_database.m
............\display_keypoints.m
............\empty_descriptor_database.m
............\find_nearest_neighbours.m
............\fit_robust_affine_transform.m
............\gaussian_filter.m
............\get_linear_index.m
............\get_multiple_indices.m

............\hough.m
............\images
............\......\einstein.key
............\......\einstein.key.mat
............\......\einstein.pgm
............\......\nutshell0003.key
............\......\nutshell0003.key.mat
............\......\nutshell0003.mask
............\......\nutshell0003.pgm
............\......\nutshell0004.key
............\......\nutshell0004.key.mat
............\......\nutshell0004.pgm
............\......\nutshell0007.key
............\......\nutshell0007.key.mat
............\......\nutshell0007.pgm
............\......\nutshell0008.key
............\......\nutshell0008.key.mat
............\......\nutshell0008.pgm
............\......\nutshell0009.key
............\......\nutshell0009.key.mat
............\......\nutshell0009.pgm
............\......\nutshell0010.key
............\......\nutshell0010.key.mat
............\......\nutshell0010.pgm
............\......\nutshell0011.key
............\......\nutshell0011.key.mat
............\......\nutshell0011.pgm
............\......\nutshell0012.key
............\......\nutshell0012.key.mat
............\......\nutshell0012.pgm
............\......\phone0003.key
............\......\phone0003.key.mat
............\......\phone0003.mask
............\......\phone0003.pgm
............\......\phone0005.key
............\......\phone0005.key.mat
............\......\phone0005.pgm
............\......\phone0007.key
............\......\phone0007.key.mat
............\......\phone0007.pgm
............\......\phone0016.key
............\......\phone0016.key.mat
............\......\phone0016.pgm
............\......\phone0017.key
............\......\phone0017.key.mat
............\......\phone0017.pgm
............\......\phone0018.key
............\......\phone0018.key.mat
............\......\phone0018.pgm
............\......\wadham001.key
............\......\wadham001.key.mat
............\......\wadham001.pgm
............\......\wadham002.key
............\......\wadham002.key.mat
............\......\wadham002.pgm
............\......\wadham003.key
............\......\wadham003.key.mat
............\......\wadham003.pgm
............\......\wadham004.key
............\......\wadham004.key.mat
............\......\wadham004.pgm
............\......\wadham005.key
............\......\wadham005.key.mat
............\......\wadham005.pgm
............\imWarpAffine.m
............\pgmread.m
............\PGM格式解析.doc
............\read_keypoint_file.m
............\read_lowe_keypoints.m
............\resizeImageFig.m




............\sift-1-5.jpg
............\sift-1-6.jpg
............\sift-1-7.jpg
............\sift-1-8.jpg
............\SIFT.asv
............\SIFT.m
............\SIFT_from_cache.m
............\tutorial.asv
............\tutorial.m
............\write_keypoint_file.m
............\耗费时间.txt

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

发表评论

0 个回复

  • SensingMatrixDesign
    利用块稀疏的方法求解感知矩阵,在压缩感知、图像恢复方面都可以应用(Method for solving block sparse perception matrix in compressed sensing, image restoration can be applied)
    2021-04-06 22:29:02下载
    积分:1
  • 自适应阈值分割
    说明:  可在matlab软件上实现自适应阈值分割(Adaptive threshold segmentation can be realized)
    2021-02-02 22:17:32下载
    积分:1
  • dark-channel
    寻找最低像素值的matlab实现:通过图像矩阵的循环查找,能实现最低像素值的快速寻找(Matlab find the lowest pixel value to achieve: to find the cycle through the image matrix, to achieve the minimum pixel value Quick Find)
    2011-08-22 15:03:06下载
    积分:1
  • kalman
    分为行人检测,特征提取,行人跟踪三步,其中最主要的代码也是这个代码的中心是行人跟踪这一部分,我采用的是kalman滤波器进行行人下一帧位置的预测,可以很好的提高行人跟踪的鲁棒性,跟踪结果比较准确。(Into pedestrian detection, feature extraction, pedestrian tracking steps, which is the center of the main code of the code is pedestrian tracking this section, I kalman filter is used to predict the position of the next frame pedestrians, can be a good improvement pedestrian tracking robustness, tracking results more accurate.)
    2015-04-16 16:36:51下载
    积分:1
  • dct
    对图像进行离散余弦变换处理(图像变换)的源代码,编译后的可执行文件须带参数运行(Image discrete cosine transform (image transformation) source code, compiled executable file carry operation parameters)
    2013-05-09 21:51:21下载
    积分:1
  • Hu-moment
    计算图像的几何不变矩—Hu矩,以及图像的相似度,在vc下实现。(Calculate the geometric image invariant moments-Hu moments, as well as the similarity of the image, achieved under vc.)
    2014-01-18 11:02:52下载
    积分:1
  • goddy
    说明:  基于傅立叶梅林变换的图像配准算法可以控制旋转缩放参数实现配准(Fourier Mellin transform based image registration algorithm can control the rotation scaling parameters to achieve registration)
    2010-04-07 22:16:00下载
    积分:1
  • image-segmentation
    用matlab实现自适应图像阈值分割最大类方差法代码(Using MATLAB to achieve adaptive threshold image segmentation Otsu method code )
    2013-01-29 10:02:41下载
    积分:1
  • bilinear
    用双线性插值法实现的图像缩放,内有详细的使用说明。非常好用(Bilinear interpolation method used to achieve the image scaling, which has detailed instructions. Very easy to use)
    2008-06-06 11:05:02下载
    积分:1
  • deeplab V3和unet
    利用全卷积神经网络,实现图像的语义分割,基于tensorflow的keras可以直接运行(Using the full convolutional neural network to achieve semantic segmentation of images, keras based on tensorflow can be run directly)
    2019-05-31 22:03:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载