#include <vector>
#include <string>
#include <opencv2/objdetect.hpp>
#include "visionserver2.h"
#include "vision.h"
Go to the source code of this file.
|
constexpr static cv::aruco::PredefinedDictionaryType | FRC_DICT_2023 = cv::aruco::DICT_APRILTAG_16h5 |
|
constexpr static cv::aruco::PredefinedDictionaryType | FRC_DICT = cv::aruco::DICT_APRILTAG_36h11 |
|
constexpr static char const * | FRC_DICT_NAME_2023 = "tag16h5" |
|
constexpr static char const * | FRC_DICT_NAME = "tag36h11" |
|
◆ FRC_DICT_2023
constexpr static cv::aruco::PredefinedDictionaryType FRC_DICT_2023 = cv::aruco::DICT_APRILTAG_16h5 |
|
inlinestaticconstexpr |
◆ FRC_DICT
constexpr static cv::aruco::PredefinedDictionaryType FRC_DICT = cv::aruco::DICT_APRILTAG_36h11 |
|
static |
◆ FRC_DICT_NAME_2023
constexpr static char const* FRC_DICT_NAME_2023 = "tag16h5" |
|
inlinestaticconstexpr |
◆ FRC_DICT_NAME
constexpr static char const * FRC_DICT_NAME = "tag36h11" |
|
static |