- csharp100 c#(c sharp)实用100小实例 内容有 锯齿型数组 重载 邮件提示器 邮件发送程序 透明窗口 进度条的使用 运动的球 菜单的使用 翻牌游戏 网页下载器 线程例子 线程休眠 类型转换 简易计算器 生成网页 添加控件 浮动的窗口 浏览图片 测试webserer 栈的操作 枚举的使用 构造函数 来抓我啊 显示系统字体 时钟的使用 旋转的秒针 方法重载 文件读写 文件夹内容搜索器 数组应用 支持单用户的服务器模型 挂起恢复线程 拼图游戏 恢复挂起线程 工具栏的使用 多窗口应用程序 图片转换器 命令行参数 启动停止线程 关于数据类型 使用状态栏 使用提示信息 使用剪切板 使用刷子 使用splitter 使用GDI 使用datetimepicker 使用checkdelistbox 位运算 九九乘法表 writeData useTreeView2 useTreeView useipbox useDataGrid useADO TrayApp Transform tableInfo sever readRegData readData ping Parse用法 noBorderApp IrcBot ipbox DateServe DateClient DataTableCompute clint allProcess
- Palindromes-judgement-CSharp 基于C#+winform开发的“回文判定”程序:对于一个从键盘输入的字符串
- DCT-domain-blind-watermarking- 基于关系的DCT域盲水印算法
- HTML5 Game Development with ImpactJS.ra
- html5 HTML5开发文档中文版
- 闹钟 本人日常工作用的
文件名称:sift
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.7mb
-
已下载:0次
-
提 供 者:
-
相关连接:无
-
下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
1 SIFT 发展历程
SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。
2 SIFT 主要思想
SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。
3 SIFT算法的主要特点:
a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。
b) 独特性(Distinctiveness)好,信息量丰富,适用于在海量特征数据库中进行快速、准确的匹配[23]。
c) 多量性,即使少数的几个物体也可以产生大量SIFT特征向量。
d) 高速性,经优化的SIFT匹配算法甚至可以达到实时的要求。
e) 可扩展性,可以很方便的与其他形式的特征向量进行联合。
4 SIFT算法步骤:
1) 检测尺度空间极值点
2) 精确定位极值点
3) 为每个关键点指定方向参数
4) 关键点描述子的生成
本包内容为sift算法matlab源码-1 SIFT course of development
SIFT algorithm by DGLowe in 1999, the perfect summary of 2004. Later Y.Ke its descr iption of the sub-part of the histogram with PCA instead of its improvement.
2 the SIFT main idea
The SIFT algorithm is an algorithm to extract local features in scale space to find the extreme point of the extraction location, scale, rotation invariant.
3 the main features of the SIFT algorithm:
a) SIFT feature is the local characteristics of the image, zoom, rotate, scale, brightness change to maintain invariance, the perspective changes, affine transformation, the noise also maintain a certain degree of stability.
b) unique (Distinctiveness), informative, and mass characteristics database for fast, accurate matching [23].
c) large amounts, even if a handful of objects can also produce a large number of SIFT feature vectors.
d) high-speed and optimized SIFT matching algorithm can even achieve real-time requirements.
e) The scalability can be very convenient fe
SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。
2 SIFT 主要思想
SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。
3 SIFT算法的主要特点:
a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。
b) 独特性(Distinctiveness)好,信息量丰富,适用于在海量特征数据库中进行快速、准确的匹配[23]。
c) 多量性,即使少数的几个物体也可以产生大量SIFT特征向量。
d) 高速性,经优化的SIFT匹配算法甚至可以达到实时的要求。
e) 可扩展性,可以很方便的与其他形式的特征向量进行联合。
4 SIFT算法步骤:
1) 检测尺度空间极值点
2) 精确定位极值点
3) 为每个关键点指定方向参数
4) 关键点描述子的生成
本包内容为sift算法matlab源码-1 SIFT course of development
SIFT algorithm by DGLowe in 1999, the perfect summary of 2004. Later Y.Ke its descr iption of the sub-part of the histogram with PCA instead of its improvement.
2 the SIFT main idea
The SIFT algorithm is an algorithm to extract local features in scale space to find the extreme point of the extraction location, scale, rotation invariant.
3 the main features of the SIFT algorithm:
a) SIFT feature is the local characteristics of the image, zoom, rotate, scale, brightness change to maintain invariance, the perspective changes, affine transformation, the noise also maintain a certain degree of stability.
b) unique (Distinctiveness), informative, and mass characteristics database for fast, accurate matching [23].
c) large amounts, even if a handful of objects can also produce a large number of SIFT feature vectors.
d) high-speed and optimized SIFT matching algorithm can even achieve real-time requirements.
e) The scalability can be very convenient fe
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sift/data/box.pgm
sift/data/box.sift
sift/data/circle.pgm
sift/data/circle.sift
sift/data/img3.jpg
sift/data/img5.jpg
sift/data/landscape-a.jpg
sift/data/landscape-b.jpg
sift/data/nest.png
sift/data/nest2.bmp
sift/data/vessel-1.pgm
sift/data/vessel-2.pgm
sift/diffss.m
sift/doc/bibliography.bib
sift/doc/figures/sift-descriptor-AI.bb
sift/doc/figures/sift-descriptor-AI.pdf
sift/doc/figures/sift-descriptor-SAVED.tex
sift/doc/figures/sift-descriptor.aux
sift/doc/figures/sift-descriptor.log
sift/doc/figures/sift-descriptor.pdf
sift/doc/figures/sift-descriptor.tex
sift/doc/figures/sift-descriptor.wrm
sift/doc/figures/warmread.sty
sift/doc/sift.bbl
sift/doc/sift.tex
sift/doc/visionlab.sty
sift/gaussianss.m
sift/imreadbw.m
sift/imsmooth.c
sift/imsmooth.dll
sift/LICENSE
sift/Makefile
sift/mexutils.c
sift/plotmatches.m
sift/plotsiftdescriptor.m
sift/plotsiftframe.m
sift/plotss.m
sift/README
sift/sift.m
sift/siftdescriptor.c
sift/siftdescriptor.dll
sift/siftdescriptor.m
sift/siftlocalmax.c
sift/siftlocalmax.dll
sift/siftlocalmax.m
sift/siftmatch.c
sift/siftmatch.dll
sift/siftmatch.m
sift/siftormx.c
sift/siftormx.dll
sift/siftread.m
sift/siftrefinemx.c
sift/siftrefinemx.dll
sift/siftrefinemx.m
sift/sift_compile.m
sift/sift_demo.m
sift/sift_demo2.m
sift/sift_demo3.m
sift/sift_demo4.m
sift/sift_demo5.m
sift/sift_demo6.m
sift/sift_gendoc.css
sift/sift_overview.m
sift/tightsubplot.m
sift/TIMESTAMP
sift/VERSION
sift/doc/figures
sift/data
sift/doc
sift
sift/data/box.sift
sift/data/circle.pgm
sift/data/circle.sift
sift/data/img3.jpg
sift/data/img5.jpg
sift/data/landscape-a.jpg
sift/data/landscape-b.jpg
sift/data/nest.png
sift/data/nest2.bmp
sift/data/vessel-1.pgm
sift/data/vessel-2.pgm
sift/diffss.m
sift/doc/bibliography.bib
sift/doc/figures/sift-descriptor-AI.bb
sift/doc/figures/sift-descriptor-AI.pdf
sift/doc/figures/sift-descriptor-SAVED.tex
sift/doc/figures/sift-descriptor.aux
sift/doc/figures/sift-descriptor.log
sift/doc/figures/sift-descriptor.pdf
sift/doc/figures/sift-descriptor.tex
sift/doc/figures/sift-descriptor.wrm
sift/doc/figures/warmread.sty
sift/doc/sift.bbl
sift/doc/sift.tex
sift/doc/visionlab.sty
sift/gaussianss.m
sift/imreadbw.m
sift/imsmooth.c
sift/imsmooth.dll
sift/LICENSE
sift/Makefile
sift/mexutils.c
sift/plotmatches.m
sift/plotsiftdescriptor.m
sift/plotsiftframe.m
sift/plotss.m
sift/README
sift/sift.m
sift/siftdescriptor.c
sift/siftdescriptor.dll
sift/siftdescriptor.m
sift/siftlocalmax.c
sift/siftlocalmax.dll
sift/siftlocalmax.m
sift/siftmatch.c
sift/siftmatch.dll
sift/siftmatch.m
sift/siftormx.c
sift/siftormx.dll
sift/siftread.m
sift/siftrefinemx.c
sift/siftrefinemx.dll
sift/siftrefinemx.m
sift/sift_compile.m
sift/sift_demo.m
sift/sift_demo2.m
sift/sift_demo3.m
sift/sift_demo4.m
sift/sift_demo5.m
sift/sift_demo6.m
sift/sift_gendoc.css
sift/sift_overview.m
sift/tightsubplot.m
sift/TIMESTAMP
sift/VERSION
sift/doc/figures
sift/data
sift/doc
sift