Raymond1030 / WHURS-Photogrammetry-FeatureExtractionAndMatching

武汉大学遥感院摄影测量学作业 Homework of Course Photogrammetry in Wuhan University 影像特征提取与影像匹配

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

摄影测量-特征提取与影像匹配

The Program of image feature extraction and matching (Photogrammetry).

This is a Homework of Course Photogrammetry in Wuhan University.

武大遥感院摄影测量学作业-特征提取与影像匹配

@date:2021.11.14 @language:C++

Install & Usage:

  • C++

    • Pre-requisite:OpenCV 4.5.4

注意:此程序运行需先预先安装OpenCV库!本仓库已移除!

Attention:OpenCV is needed ! The repository is not included !

Method:

  • Feature Extraction:Moravec operator (使用Moravec算子特征提取)
  • Matching:Correlation-based image matching (使用基于相关系数的影像匹配)

原理:

特征提取影像匹配.xmind

报告.pdf

项目文件:

数据:
  • RawImage

    RawImage:Left Image & Right Image(.tif&.bmp can be used)

    (Please modify the path by yourself when inputing)

    影像:左影像和右影像提供..tif和.bmp格式使用(读取时请自行修改路径)

代码:

About

武汉大学遥感院摄影测量学作业 Homework of Course Photogrammetry in Wuhan University 影像特征提取与影像匹配


Languages

Language:C++ 99.6%Language:C 0.4%