Classes | Namespaces | Enumerations | Functions | Variables
dictionary.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for dictionary.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cv::aruco::Dictionary
 Dictionary/Set of markers. It contains the inner codification. More...
 

Namespaces

 cv
 
 cv::aruco
 

Enumerations

enum  cv::aruco::PREDEFINED_DICTIONARY_NAME {
  cv::aruco::DICT_4X4_50 = 0, cv::aruco::DICT_4X4_100, cv::aruco::DICT_4X4_250, cv::aruco::DICT_4X4_1000,
  cv::aruco::DICT_5X5_50, cv::aruco::DICT_5X5_100, cv::aruco::DICT_5X5_250, cv::aruco::DICT_5X5_1000,
  cv::aruco::DICT_6X6_50, cv::aruco::DICT_6X6_100, cv::aruco::DICT_6X6_250, cv::aruco::DICT_6X6_1000,
  cv::aruco::DICT_7X7_50, cv::aruco::DICT_7X7_100, cv::aruco::DICT_7X7_250, cv::aruco::DICT_7X7_1000,
  cv::aruco::DICT_ARUCO_ORIGINAL, cv::aruco::DICT_APRILTAG_16h5, cv::aruco::DICT_APRILTAG_25h9, cv::aruco::DICT_APRILTAG_36h10,
  cv::aruco::DICT_APRILTAG_36h11
}
 Predefined markers dictionaries/sets Each dictionary indicates the number of bits and the number of markers contained. More...
 

Functions

 cv::aruco::CV_EXPORTS_AS (custom_dictionary) Ptr< Dictionary > generateCustomDictionary(int nMarkers
 
 cv::aruco::CV_EXPORTS_AS (custom_dictionary_from) Ptr< Dictionary > generateCustomDictionary(int nMarkers
 Generates a new customizable marker dictionary. More...
 
CV_EXPORTS Ptr< Dictionary > cv::aruco::getPredefinedDictionary (PREDEFINED_DICTIONARY_NAME name)
 Returns one of the predefined dictionaries defined in PREDEFINED_DICTIONARY_NAME. More...
 
CV_EXPORTS_W Ptr< Dictionary > cv::aruco::getPredefinedDictionary (int dict)
 Returns one of the predefined dictionaries referenced by DICT_*. More...
 

Variables

int const Ptr< Dictionary > & cv::aruco::baseDictionary
 
int cv::aruco::markerSize
 
int int cv::aruco::randomSeed =0)
 


aruco_pose
Author(s): Oleg Kalachev
autogenerated on Mon Feb 28 2022 22:08:24