Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 554 Bytes

File metadata and controls

21 lines (17 loc) · 554 Bytes

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