Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apriltag detection #2

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Apriltag detection #2

wants to merge 6 commits into from

Conversation

JGHartel
Copy link
Collaborator

This code provides implementations of

  1. Apriltag detection from video (video/apriltags/detect_apriltags)
  2. Estimation of camera position (video/apriltags/compute_camera_positions)
  3. Filtering of these position estimates with a Kalman filter (preprocess/filter/smooth_camera_positions)
  4. A tutorial trialling this functionality (source/tutorials/apriltag_detection)

All the functions are passed upstream to the recording level. The detection and computation create outputs in the form of json files which are checked when running the methods on recording level to avoid duplication of effort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant