bfmatcher
Here are 4 public repositories matching this topic...
This is an assignment for our computer vision course. It uses py-Qt5 to make GUI and open-cv to detect feature points and match them. Finally, it outputs an image which is stitched by two images. Part of this code comes from the Internet. Thanks for their unselfish dedication.
-
Updated
Nov 23, 2022 - Python
-
Updated
Feb 14, 2021 - Jupyter Notebook
This project performs iris recognition using ORB (Oriented FAST and Rotated BRIEF) feature extraction and BFMatcher for feature matching. It compares two iris images to determine whether they belong to the same person based on a similarity score. The results include a match score, authentication decision, and visualized keypoints & matches.
-
Updated
Feb 21, 2025 - Python
Improve this page
Add a description, image, and links to the bfmatcher topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bfmatcher topic, visit your repo's landing page and select "manage topics."