文件名称:test4
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-10-22
- 文件大小:
- 1.13mb
- 下载次数:
- 0次
- 提 供 者:
- 听***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
算法描述
SIFT特征不只具有尺度不变性,即使改变旋转角度,图像亮度或拍摄视角,仍然能够得到好的检测效果。整个算法分为以下几个部分:
(1)构造尺度空间:DoG尺度空间
(2)检测DoG尺度空间极值点
(3)去除不好的特征点
(4)给特征点赋值一个128维的方向参数。每个关键点都包含三个信息:位置、尺度和方向。
(5)关键点描述子的生成:
首先将坐标轴旋转为关键点的方向,以确保旋转不变性。以关键点为中心取8×8的窗口。
(6)最后进行特征匹配。(Algorithm descr iption SIFT features not only have scale invariance, but also can obtain good detection results even if the rotation angle, image brightness or shooting angle are detected. The whole algorithm is divided into the following parts: (1) tectonic scale space: DoG scale space (2) detecting the spatial extreme points of DoG scale (3) remove bad feature points (4) assign a 128 dimensional direction parameter to the feature point. Each key point contains three information: location, scale and direction. (5) generation of key point descr iptors: Firstly, the coordinate axis is rotated as the direction of the key point to ensure the rotation invariance. Take the key point as the center and take the window of 8 x 8. (6) feature matching is performed at last.)
SIFT特征不只具有尺度不变性,即使改变旋转角度,图像亮度或拍摄视角,仍然能够得到好的检测效果。整个算法分为以下几个部分:
(1)构造尺度空间:DoG尺度空间
(2)检测DoG尺度空间极值点
(3)去除不好的特征点
(4)给特征点赋值一个128维的方向参数。每个关键点都包含三个信息:位置、尺度和方向。
(5)关键点描述子的生成:
首先将坐标轴旋转为关键点的方向,以确保旋转不变性。以关键点为中心取8×8的窗口。
(6)最后进行特征匹配。(Algorithm descr iption SIFT features not only have scale invariance, but also can obtain good detection results even if the rotation angle, image brightness or shooting angle are detected. The whole algorithm is divided into the following parts: (1) tectonic scale space: DoG scale space (2) detecting the spatial extreme points of DoG scale (3) remove bad feature points (4) assign a 128 dimensional direction parameter to the feature point. Each key point contains three information: location, scale and direction. (5) generation of key point descr iptors: Firstly, the coordinate axis is rotated as the direction of the key point to ensure the rotation invariance. Take the key point as the center and take the window of 8 x 8. (6) feature matching is performed at last.)
相关搜索: SIFT算法
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test4
test4\1.jpg
test4\2.jpg
test4\Debug
test4\Debug\test4.log
test4\Debug\test4.tlog
test4\Debug\test4.tlog\CL.read.1.tlog
test4\Debug\test4.tlog\CL.write.1.tlog
test4\Debug\test4.tlog\link.read.1.tlog
test4\Debug\test4.tlog\link.write.1.tlog
test4\Debug\test4.tlog\test4.lastbuildstate
test4\Debug\vc120.idb
test4\Debug\vc120.pdb
test4\sift.cpp
test4\test4.vcxproj
test4\test4.vcxproj.filters
test4\1.jpg
test4\2.jpg
test4\Debug
test4\Debug\test4.log
test4\Debug\test4.tlog
test4\Debug\test4.tlog\CL.read.1.tlog
test4\Debug\test4.tlog\CL.write.1.tlog
test4\Debug\test4.tlog\link.read.1.tlog
test4\Debug\test4.tlog\link.write.1.tlog
test4\Debug\test4.tlog\test4.lastbuildstate
test4\Debug\vc120.idb
test4\Debug\vc120.pdb
test4\sift.cpp
test4\test4.vcxproj
test4\test4.vcxproj.filters