Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

20 lines (20 loc) · 1.07 KB

Homography-Object_detection



pypi versions PyPI status

Introduction

Homography is technique involving mapping one image to another based on their corresponding related good features. In this project, we can find out the given image from the video feed provided real-time. This project involves feature detection using SIFT algorithm and images are matched by FLANN and K- Nearest Neighbor Technique

alt text
The object in right image is detected from left image.

Installation

$ pip install -r requirements.txt

On running homography.py and giving suitable image in place of image.jpg

Authors

Made with ❤️ Rohan Dubey - Complete work