Skip to content

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

License

Notifications You must be signed in to change notification settings

rohandubey/Homography-Object_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages