OpenCV
4.10.0-dev
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 | |
namespace | cv |
namespace | cv::aruco |
Functions | |
Dictionary | cv::aruco::extendDictionary (int nMarkers, int markerSize, const Dictionary &baseDictionary=Dictionary(), int randomSeed=0) |
Extend base dictionary by new nMarkers. | |
Dictionary | cv::aruco::getPredefinedDictionary (int dict) |
Returns one of the predefined dictionaries referenced by DICT_*. | |
Dictionary | cv::aruco::getPredefinedDictionary (PredefinedDictionaryType name) |
Returns one of the predefined dictionaries defined in PredefinedDictionaryType. | |