Skip to content

Detecting AR tags in a video and placing an virtual image,object over the detected AR Tag

Notifications You must be signed in to change notification settings

akdhandy/AR-Tag-detection-using-Homography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ENPM 673 - Project 1


Python Version: 3.x

Packages Required:

  1. NumPy
  2. Matplotlib
  3. OpenCV
  4. Math

To run the codes:

  1. Run the python files in the current directory which contains all the codes.
  2. The code runs with the sample video "Tag0.mp4" placed in the Data folder
  3. Place the relative path of the video you want to run in,cap = cv2.VideoCapture('Data/Tag0.mp4')
  4. Open terminal run python3 ARtag.py

In order to get more information visit the below GitHub link: https://github.com/akdhandy/ENPM-673-Perception

About

Detecting AR tags in a video and placing an virtual image,object over the detected AR Tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published