All Projects → njanirudh → Aruco_tracker

njanirudh / Aruco_tracker

Licence: mit
Aruco Markers for pose estimation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Aruco tracker

Human Pose Estimation Opencv
Perform Human Pose Estimation in OpenCV Using OpenPose MobileNet
Stars: ✭ 201 (+81.08%)
Mutual labels:  opencv, pose-estimation
Augmented reality
💎 "Marker-less Augmented Reality" with OpenCV and OpenGL.
Stars: ✭ 165 (+48.65%)
Mutual labels:  opencv, pose-estimation
Openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Stars: ✭ 22,892 (+20523.42%)
Mutual labels:  opencv, pose-estimation
Handpose
A python program to detect and classify hand pose using deep learning techniques
Stars: ✭ 168 (+51.35%)
Mutual labels:  opencv, pose-estimation
Poseflow
PoseFlow: Efficient Online Pose Tracking (BMVC'18)
Stars: ✭ 330 (+197.3%)
Mutual labels:  opencv, pose-estimation
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (+218.92%)
Mutual labels:  opencv, pose-estimation
Head Pose Estimation
Real-time head pose estimation built with OpenCV and dlib
Stars: ✭ 467 (+320.72%)
Mutual labels:  opencv, pose-estimation
Opencv Java Tutorials
Source for the OpenCV with Java tutorials
Stars: ✭ 102 (-8.11%)
Mutual labels:  opencv
Hiitpi
A workout trainer Dash/Flask app that helps track your HIIT workouts by analyzing real-time video streaming from your sweet Pi using machine learning and Edge TPU..
Stars: ✭ 106 (-4.5%)
Mutual labels:  opencv
Opencv3 Intro Book Src
📘《OpenCV3编程入门》书本配套源码 |《Introduction to OpenCV3 Programming》Book Source Code
Stars: ✭ 1,369 (+1133.33%)
Mutual labels:  opencv
Pedestriancounter
Pedestrians detection and tracking using OpenCV on Python
Stars: ✭ 100 (-9.91%)
Mutual labels:  opencv
Nuitrack Sdk
Nuitrack™ is a 3D tracking middleware developed by 3DiVi Inc.
Stars: ✭ 103 (-7.21%)
Mutual labels:  pose-estimation
Opencv Electron
Example for using opencv4nodejs with electron.
Stars: ✭ 107 (-3.6%)
Mutual labels:  opencv
Fingerpose
Finger pose classifier for hand landmarks detected by TensorFlow.js handpose model
Stars: ✭ 102 (-8.11%)
Mutual labels:  pose-estimation
Opencv Ndarray Conversion
NumPy ndarray ⇋ OpenCV Mat conversion, that just works.
Stars: ✭ 107 (-3.6%)
Mutual labels:  opencv
Eao Slam
[IROS 2020] EAO-SLAM: Monocular Semi-Dense Object SLAM Based on Ensemble Data Association
Stars: ✭ 95 (-14.41%)
Mutual labels:  pose-estimation
Human Pose Estimation From Rgb
Human Pose Estimation from RGB Camera - The repo
Stars: ✭ 108 (-2.7%)
Mutual labels:  pose-estimation
Jpdaf tracking
A tracker based on joint probabilistic data association filtering.
Stars: ✭ 107 (-3.6%)
Mutual labels:  opencv
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (-4.5%)
Mutual labels:  opencv
Is Now Illegal
🚫 A NERD protest against Trump's Immigration ban
Stars: ✭ 1,392 (+1154.05%)
Mutual labels:  opencv

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 writes 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].