geekquad / Pixel-Processing

📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
https://discord.gg/Bvw8NR9VnM
MIT License
127 stars 95 forks source link

KNN based Feature Matching with Sift and ORB detectors #318

Closed iamakkkhil closed 3 years ago

iamakkkhil commented 3 years ago

This script will implement KNN based Feature Matching with SIFT and ORB detectors and also showing a difference in both the detectors. @geekquad I would like to work on this issue kindly assign me the same.

geekquad commented 3 years ago

Hey @iamakkkhil, SIFT and ORB are already implemented. How will this make a difference?