OpenCV
4.9.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Classes | |
class | cv::aruco::Dictionary |
Dictionary is a set of unique ArUco markers of the same size. More... | |
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::aruco | |
Functions | |
Dictionary | cv::aruco::extendDictionary (int nMarkers, int markerSize, const Dictionary &baseDictionary=Dictionary(), int randomSeed=0) |
Extend base dictionary by new nMarkers. More... | |
Dictionary | cv::aruco::getPredefinedDictionary (PredefinedDictionaryType name) |
Returns one of the predefined dictionaries defined in PredefinedDictionaryType. More... | |
Dictionary | cv::aruco::getPredefinedDictionary (int dict) |
Returns one of the predefined dictionaries referenced by DICT_*. More... | |