• Stars
    star
    193
  • Rank 200,466 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Aruco Markers for pose estimation

Aruco Tracker

HitCount

Aruco Tracker is a small program written in python to find a registered aruco marker and then run a pose estimation algorithm on it.

Dependencies

  • Python 3.x
  • Numpy
  • OpenCV 3.3+
  • OpenCV 3.3+ Contrib modules

Scripts

  1. camera_calibration.py : Shows the steps required to calibrate a camera using opencv default calibration images and write the value to a file.

  2. extract_calibration.py : This script shows how to open and extract the calibration values from a file.

  3. pose_estimation.py : Steps to extract pose of an checkerboard marker.

  4. aruco_tracker.py : Extracts pose of multiple aruco markers from a webcam stream.

References

  1. https://docs.opencv.org/3.4.0/d5/dae/tutorial_aruco_detection.html
  2. https://docs.opencv.org/3.4.3/dc/dbb/tutorial_py_calibration.html
  3. https://docs.opencv.org/3.1.0/d5/dae/tutorial_aruco_detection.html

More Repositories

1

Augmented-Reality

Augmented reallity application in python
Python
28
star
2

OpenCV-ARTK

Using OpenCV and ARToolkit to perform Natural Feature Tracking(NFT)
C++
15
star
3

Nut-Detector

Detect three class of nuts kept in a colored tray under variable lighting and variable tray pose and distances from a video using FR-CNN.
Python
5
star
4

robot_tracking

Code and documentation for the task of tracking a robot using Computer Vision
Python
4
star
5

OpenCV-Color-Segmentation

Research code on methods for segmentation of foreground image from green screen background.
Python
3
star
6

Paper-Summaries

Summaries of papers related to deep learning , computer vision
2
star
7

air-drums

Python
2
star
8

Android_OpenCV

Test app to work with OpenCV C++ in Android
Java
2
star
9

OpenGL-Android

Example code of OpenGL android
Java
2
star
10

img_scan_assistant

Small CLI application to crop individual images from a large scanned image.
Python
2
star
11

toyota-hsr-sdf

Toyota HSR model for Gazebo
CMake
2
star
12

Geo-Segmentation-Pytorch

Prototype segmentation model in Pytorch-Lightning.
Python
2
star
13

Research-Development-HBRS

General Code and Documentation for "Manipulation of Handles in Domestic Environments"
Jupyter Notebook
2
star
14

OpenGL

OpenGl C++ Tutorial Code
C++
1
star
15

artk_cv_android

Sample application making use of ARToolkit with OpenCV to make Augmented Reality application for android
C++
1
star
16

TSM-CPP

C++
1
star
17

test_project

Project to check how github works
1
star
18

Python-Scripts

Python Scripts
Python
1
star
19

Maze-Solver

Maze solving algorithms
Python
1
star
20

HBRS-AST-Project-WS18

Advanced Software Technology WS18 project
Python
1
star
21

Study_Prep

1
star
22

OpenCV

Programs showing the various functionalities of OpenCV python
Jupyter Notebook
1
star
23

book-shelf-python

Gets the details of a book from the Book front cover
Python
1
star
24

SEE-Project

Performing experiments on Lego NXT robot
Jupyter Notebook
1
star
25

Matrix-Class

General implementation of matrix class in C++
C++
1
star