In this program, when performing matching between images, RANSAC is applied to increase the reliability of matching using extracted ORB features.
Python3
OpenCV:3.4.3
- Load image file
- Extraction of feature points & feature quantities with ORB
- Application of RANSAC
- Write feature points on the image Output of result