Skip to content

The program will compare key points from two images and match similarities within both.

License

Notifications You must be signed in to change notification settings

santosderek/Brute-Force-Matching-using-ORB-descriptors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brute-Force Matching using ORB descriptors


Developer: Derek Santos

About:

Note that this program uses C++ 14 experimental library to detect file existence.

The program will take a base image and compare key features against a target image.

Technologies

The program was written in C++ 14 and uses OpenCV (Open Source Computer Vision Library) 3.4.0 as the image processing library.

Purpose:

The purpose of the program was to get familiar with OpenCV's Brute-Force matching and ORB descriptors. I plan on using these two concepts within a bigger project, that will hopefully lead into machine learning in the future.

About

The program will compare key points from two images and match similarities within both.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages