Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apriltag-Detection-Script

Apriltag detection script for use in 6695's 2023 FRC Robot.
Alpha Knighs will be using PhotonVision after recognizing its benefits, this is now a personal project for learning visual recognition.

Usage

For CLI-only OSs, use main-CLI.py, and for OSs with GUIs, use debug.py

Requirements

  • opencv-python
  • pupil-apriltags

Install using

(Windows)

py -m pip install <package_name>

(Linux)

sudo apt install <package_name>

Tags

AprilRobotics/apriltag-imgs

Recources

Feature Goals; Highest priority at top

  • Support Multithreading to run two cameras at once
  • Improve Detection
  • Hold individual tag location (if past # tags's centers were in the same area ±# pixels)
  • Thresholding (if beneficial)

Liscence

Apriltag-Detection-Script is licensed under the MIT License

About

Detect Apriltags. It's worse than PhotonVision but at least it's open source?

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages