Skip to content

An augmented reality application that overlays a video onto a detected image in real-time using OpenCV and ORB feature matching.

Notifications You must be signed in to change notification settings

hanzalaareeb/Augmented-Reality-Feature-Matching

Repository files navigation

How It Works

1- The camera feed is undistorted using a predefined camera matrix and distortion coefficients.

2- ORB features are detected and matched between the live camera feed and the target image.

3- When a sufficient number of matches is found, a homography transformation is applied to overlay the video onto the detected area in the camera feed.

This project is an educational exercise in computer vision and augmented reality using Python and OpenCV.

** This README gives an overview, installation instructions, usage, and some background on how the project works. Let me know if you'd like further customization! **

About

An augmented reality application that overlays a video onto a detected image in real-time using OpenCV and ORB feature matching.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published