Giter Club home page Giter Club logo

artagdetection's Introduction

AR Tag Detection

ARTAG

AprilTags are a type of fiducial marker. Fiducials, or more simply “markers,” are reference objects that are placed in the field of view of the camera when an image or video frame is captured. AprilTags are a specific type of fiducial marker, consisting of a black square with a white foreground that has been generated in a particular pattern

Filters in image processing are just what the name suggests, Filter. They are typically a mask array of the same size as the original image which when superimposed on the ordinal image, extracts only the attributes that we are interested in.

Executing the code

File structure

.
├── ARdetect.py                             # python code file for problem 1.a and 1.b
├── TestudoSuperimpose.py                   # python code file for problem 2.a
├── CubeAR.py                               # python code file for problem 2.b
├── Results                                 # contains output images
├── 1tagvideo.mp4                           # input video file
├── testudo.png                             # image to be superimposed
└── README.md

Commands:

  1. For executing AR TAG detect and decode ( Problem 1.a and 1.b.)
python3 Ardetect.py
  1. For executing image superimposition ( Problem 2.a )
python3 TestudoSuperimpose.py
  1. For executing solution to AR TAG detect and decode ( Problem 2.b )
python3 CubeAR.py

To close the output window at any time press esc

Results

After FFT Detect and Decode
AfterFFT Detected
Superimpose #3D cube Project
Superimposed Projection

Part 1 – Detection

AR Code detection:

Detecting the April Tag in any frame of Tag1 video (just one frame).

Part 2 – Tracking

Track the detected AR Tag and superimpose an image and then a 3D cube while maintaining the orientation

Terms:

  1. Thresholding - Segmentation techniques in computer vision to separate the foreground from the background of the image. Basically selecting value T, all pixel intensities less than T = 0, and all pixel values greater than T = 255

References:

  1. AprilTag with Python
  2. FFT Edge Detection
  3. Homography

artagdetection's People

Contributors

kavyadevd avatar

Watchers

 avatar

artagdetection's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.