Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
TagDetector.h File Reference

Provides aruco detection and pose estimation capabilities in a multithreaded fashion using both OpenCV's ArUco library and a custom Tensorflow detection model. More...

#include "../../interfaces/BasicCamera.hpp"
#include "../../interfaces/ZEDCamera.hpp"
#include "./ArucoDetection.hpp"
#include "./TensorflowTagDetection.hpp"
Include dependency graph for TagDetector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TagDetector
 Run's Aruco detection & camera pose estimation in a multithreading environment. Given a camera, tag detection using OpenCV's ArUco library and a custom trained model for detecting general tags will be continuously ran on the camera frames. More...
 

Detailed Description

Provides aruco detection and pose estimation capabilities in a multithreaded fashion using both OpenCV's ArUco library and a custom Tensorflow detection model.

Author
jspencerpittman (jspen.nosp@m.cerp.nosp@m.ittma.nosp@m.n@gm.nosp@m.ail.c.nosp@m.om)
Date
2023-10-01