文件名称:test4

介绍说明--下载内容均来自于网络,请自行研究使用

算法描述
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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org