-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Description | ||
This is the official code for the TWMM. TWMM (**T**emplate matching with **W**eights, **M**ultilevel local max-pooling, and **M**ax index backtracking) is a registration method for UAV thermal infrared and visible images taken by the camera with two sensors. | ||
|
||
We have released part of the dataset and source code. The full datasets and source code will be released soon. | ||
|
||
# Run | ||
|
@@ -11,10 +12,13 @@ These implementation of methods (SIFT, SURF, ORB, RIFT, RCB, TFeat, HardNet) hav | |
|
||
The implementation for RIFT and SCB refers to http://www.ivlab.org/publications.html and https://ljy-rs.github.io/web/ | ||
|
||
# Result | ||
# Test imgs and Result | ||
The experimental results fordifferent methods are located in this directory:test_img. | ||
|
||
The experimental results fordifferent methods are located in this directory:test_img/out. | ||
|
||
The subitems in experimental results: homo, matchpoints_img, mosaic, warp_thermal | ||
|
||
## Contact | ||
## Contact | ||
|
||
This repo is currently maintained by Lingxuan Meng ([email protected] ). |