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++
-
C++
- Pre-requisite:
OpenCV 4.5.4
- Pre-requisite:
注意:此程序运行需先预先安装OpenCV库!本仓库已移除!
Attention:OpenCV is needed ! The repository is not included !
- Feature Extraction:Moravec operator (使用Moravec算子特征提取)
- Matching:Correlation-based image matching (使用基于相关系数的影像匹配)
原理:
-
RawImage:Left Image & Right Image(.tif&.bmp can be used)
(Please modify the path by yourself when inputing)
影像:左影像和右影像提供..tif和.bmp格式使用(读取时请自行修改路径)
-
main
main函数
-
ImageSolution.h/ImageSolution.cpp
Class of ImageSolution For Image Feature Extraction And Matching
类:进行读取图片、特征提取、影像匹配
-
Timer
一个计时器
-
Progress bar
显示在控制台的进度条