首页 课程资源 C/C++     /    影像特征点提取和影像婚配

影像特征点提取和影像婚配

上传者: gausip | 上传时间:2020/1/12 19:11:05 | 文件大小:14.53MB | 文件类型:zip
影像特征点提取和影像婚配
代码中包含特征点提取和影像婚配两部分。
特征点提取为Moravec和Forstner两个特征点提取算子,影像婚配有基于相关系数和最小二乘两种婚配算法。
另外要进行静态窗口分割,也可以用做参考。
包含BMP影像读取头文件和矩阵基本运算头文件,运行正常,注释完整。
个人努力成果,请勿随意传播。

文件下载

资源详情

[{"title":"(46个子文件14.53MB)影像特征点提取和影像匹配","children":[{"title":"ImageMatch","children":[{"title":"ReadImageDlg.h <span style='color:#111;'>1.24KB</span>","children":null,"spread":false},{"title":"ImageMatch.rc <span style='color:#111;'>16.18KB</span>","children":null,"spread":false},{"title":"ipch","children":[{"title":"imagematch-98b0794e","children":null,"spread":false}],"spread":true},{"title":"StdAfx.cpp <span style='color:#111;'>212B</span>","children":null,"spread":false},{"title":"ForstnerDlg.h <span style='color:#111;'>1.25KB</span>","children":null,"spread":false},{"title":"resource.h <span style='color:#111;'>1.44KB</span>","children":null,"spread":false},{"title":"ImageMatch.h <span style='color:#111;'>1.37KB</span>","children":null,"spread":false},{"title":"ImageMatch.opt <span style='color:#111;'>58.50KB</span>","children":null,"spread":false},{"title":"ImageMatch.ncb <span style='color:#111;'>225.00KB</span>","children":null,"spread":false},{"title":"ImageMatchDoc.h <span style='color:#111;'>1.47KB</span>","children":null,"spread":false},{"title":"ImageMatch.vcxproj <span style='color:#111;'>8.68KB</span>","children":null,"spread":false},{"title":"ImageMatch.dsp <span style='color:#111;'>5.62KB</span>","children":null,"spread":false},{"title":"LSMDlg.h <span style='color:#111;'>1.17KB</span>","children":null,"spread":false},{"title":"LSMDlg.cpp <span style='color:#111;'>1.00KB</span>","children":null,"spread":false},{"title":"ImageMatchView.h <span style='color:#111;'>2.45KB</span>","children":null,"spread":false},{"title":"MainFrm.h <span style='color:#111;'>1.63KB</span>","children":null,"spread":false},{"title":"RightView.cpp <span style='color:#111;'>2.38KB</span>","children":null,"spread":false},{"title":"ImageMatchView.cpp <span style='color:#111;'>7.12KB</span>","children":null,"spread":false},{"title":"Matching.cpp <span style='color:#111;'>11.21KB</span>","children":null,"spread":false},{"title":"ImageMatch.vcxproj.filters <span style='color:#111;'>4.01KB</span>","children":null,"spread":false},{"title":"Matching.h <span style='color:#111;'>980B</span>","children":null,"spread":false},{"title":"MoravecDlg.cpp <span style='color:#111;'>1.04KB</span>","children":null,"spread":false},{"title":"ImageMatch.cpp <span style='color:#111;'>4.32KB</span>","children":null,"spread":false},{"title":"ImageMatch.aps <span style='color:#111;'>32.21KB</span>","children":null,"spread":false},{"title":"Debug","children":null,"spread":false},{"title":"ReadMe.txt <span style='color:#111;'>4.59KB</span>","children":null,"spread":false},{"title":"FeaturePoint.cpp <span style='color:#111;'>6.27KB</span>","children":null,"spread":false},{"title":"StdAfx.h <span style='color:#111;'>1.03KB</span>","children":null,"spread":false},{"title":"MainFrm.cpp <span style='color:#111;'>3.38KB</span>","children":null,"spread":false},{"title":"ImageMatch.suo <span style='color:#111;'>2.50KB</span>","children":null,"spread":false},{"title":"RightView.h <span style='color:#111;'>1.49KB</span>","children":null,"spread":false},{"title":"ImageMatch.sdf <span style='color:#111;'>51.77MB</span>","children":null,"spread":false},{"title":"ImageMatchDoc.cpp <span style='color:#111;'>2.32KB</span>","children":null,"spread":false},{"title":"ImageMatch.clw <span style='color:#111;'>4.90KB</span>","children":null,"spread":false},{"title":"ImageMatch.dsw <span style='color:#111;'>528B</span>","children":null,"spread":false},{"title":"res","children":[{"title":"ImageMatchDoc.ico <span style='color:#111;'>1.05KB</span>","children":null,"spread":false},{"title":"ImageMatch.rc2 <span style='color:#111;'>402B</span>","children":null,"spread":false},{"title":"ImageMatch.ico <span style='color:#111;'>1.05KB</span>","children":null,"spread":false},{"title":"Toolbar.bmp <span style='color:#111;'>1.05KB</span>","children":null,"spread":false}],"spread":false},{"title":"CMatrix.h <span style='color:#111;'>3.30KB</span>","children":null,"spread":false},{"title":"ImageMatch.reg <span style='color:#111;'>708B</span>","children":null,"spread":false},{"title":"ImageMatch.plg <span style='color:#111;'>1.91KB</span>","children":null,"spread":false},{"title":"MoravecDlg.h <span style='color:#111;'>1.22KB</span>","children":null,"spread":false},{"title":"ReadImageDlg.cpp <span style='color:#111;'>1.65KB</span>","children":null,"spread":false},{"title":"ForstnerDlg.cpp <span style='color:#111;'>1.10KB</span>","children":null,"spread":false},{"title":"FeaturePoint.h <span style='color:#111;'>817B</span>","children":null,"spread":false},{"title":"BmpFile.h <span style='color:#111;'>6.16KB</span>","children":null,"spread":false},{"title":"ImageMatch.vcxproj.user <span style='color:#111;'>143B</span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • qq_38260818:
    这个不清楚2018-11-22
  • hehe549124:
    提取都不错,要是能实现将图像配准显示就好了,分有点太高了2016-08-19
  • 北极偏北:
    正在学习,挺好用2016-01-03
  • 潇湘_AQ:
    注释很详细,特别清楚,思路也很清晰2014-04-20
  • danadan:
    挺好的,做实习的时候用得上2014-04-10

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明