Skip to content

Commit 0f90968

Browse files
author
0xsynapse
committed
code for feature matching blog
1 parent 5af9556 commit 0f90968

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Introduction to Feature Matching Using Neural Networks
2+
3+
This repository contains the Notebook file and Python scripts to run the Inference.
4+
5+
It is part of the LearnOpenCV blog post - [Introduction to Feature Matching Using Neural Networks](https://learnopencv.com/feature-matching/)
6+
7+
[<img src="https://learnopencv.com/wp-content/uploads/2022/07/download-button-e1657285155454.png" alt="Download Code" width="200">](https://www.dropbox.com/scl/fi/6pwuizvb0l4iz2rw5fj9a/image-matching-webui.zip?rlkey=zex0f93383u2hma41wiqw7gwd&st=2ndv2h6z&dl=1)
8+
9+
![](readme_images/feature.gif)
10+
11+
### Run Inference
12+
13+
Follow the Environment setup process described in article.
14+
15+
Run the ``app.py`` file in your python environment.
16+
17+
## AI Courses by OpenCV
18+
19+
Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.
20+
21+
[![img](https://learnopencv.com/wp-content/uploads/2023/01/AI-Courses-By-OpenCV-Github.png)](https://opencv.org/courses/)
2.49 MB
Loading

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/course
1515

1616
| Blog Post | Code|
1717
| ------------- |:-------------|
18+
| [Introduction to Feature Matching Using Neural Networks](https://learnopencv.com/feature-matching/) | [Code](https://github.com/spmallick/learnopencv/tree/master/Feature-Matching-Using-Neural-Networks) |
1819
| [Introduction to ROS2 (Robot Operating System 2): Tutorial on ROS2 Working, DDS, ROS1 RMW, Topics, Nodes, Publisher, Subscriber in Python](https://learnopencv.com/robot-operating-system-introduction) | [Code](https://github.com/spmallick/learnopencv/tree/master/Introduction-to-ROS2-in-python) |
1920
| [CVPR 2024 Research Papers - Part- 2](https://learnopencv.com/cvpr-2024-research-papers) | [Code](https://github.com/spmallick/learnopencv/tree/master/cvpr-2024-research-papers-part2) |
2021
| [CVPR 2024: An Overview and Key Papers](https://learnopencv.com/cvpr2024/) | [Code](https://github.com/spmallick/learnopencv/tree/master/CVPR-2024) |

0 commit comments

Comments
 (0)