Skip to content

January-cv/Image-Matching-by-ORB-Feature-Using-RANSAC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Image-Matching-by-ORB-Feature-Using-RANSAC

Overview

In this program, when performing matching between images, RANSAC is applied to increase the reliability of matching using extracted ORB features.

Environment

Python3
OpenCV:3.4.3

Procedure

  1. Load image file
  2. Extraction of feature points & feature quantities with ORB
  3. Application of RANSAC
  4. Write feature points on the image Output of result

Example of Result

rena-ransac

About

RANSAC+ORBによる信頼度の高い画像間対応付け手法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%