Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A rotation invariant SuperGlue image matching algorithm.

NotificationsYou must be signed in to change notification settings

lan-cz/RISG-image-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A rotation invariant SuperGlue matching algorithm for cross modality imagealso see here, https://gitee.com/ssacn/RISG-image-matching

Some results:

  • 多时相谷歌地球影像,Optical-opticalOptical-optical images

  • 近红外与光学图像 near-infrared - optical imagesir-optical images

  • SAR和光学图像,sar-opticalsar-optical images

  • 光学图像和夜光图像,optical- night lightoptical- night light images

  • 地图与光学图像,map - opticalmap - optical images

  • 光学图像与激光雷达深度图,optical -lidar depthoptical -lidar depth images

Getting start:

Python 3.7+ is recommended for running our code.Conda can be used to install the required packages:

Dependencies

  • PyTorch-GPU 1.10.0+
  • OpenCV
  • SciPy
  • Matplotlib
  • pyymal
  • pickle

Dataset

We collected a set of test data, including images from space-borne SAR and visible light sensors, drone thermal infrared sensors, and Google Earth images. You may find them in the directory "test" in this repository.

Usage

just for test

risgmatching.py contains the majority of the code. Runtest_risg.py for testing:

python3 test_risg.py

Using RISG in your code

withopen('./config.yaml','r')asf:config=yaml.safe_load(f)risg=RISGMatcher(config)img_filename0='test/01/pair1.jpg'img_filename1='test/01/pair2.jpg'img0=cv2.imread(img_filename0)img1=cv2.imread(img_filename1)# rotate is number of directionsmkpts0,mkpts1,conf,main_dir=risg.match(img0,img1,nrotate=5)

About

A rotation invariant SuperGlue image matching algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp