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

ORB implementation on images using OpenCV #372

Closed mansi75 closed 3 years ago

mansi75 commented 3 years ago

ORB algorithm is a better alternative for SURF and SIFT.

aryasoni98 commented 3 years ago

Could I work on this?

geekquad commented 3 years ago

Already implemented @aryasoni98.