Uses of Class
org.opencv.aruco.Dictionary
-
Packages that use Dictionary Package Description org.opencv.aruco -
-
Uses of Dictionary in org.opencv.aruco
Methods in org.opencv.aruco that return Dictionary Modifier and Type Method Description static DictionaryDictionary. __fromPtr__(long addr)static DictionaryDictionary. create(int nMarkers, int markerSize)SEE: generateCustomDictionarystatic DictionaryDictionary. create(int nMarkers, int markerSize, int randomSeed)SEE: generateCustomDictionarystatic DictionaryDictionary. create_from(int nMarkers, int markerSize, Dictionary baseDictionary)SEE: generateCustomDictionarystatic DictionaryDictionary. create_from(int nMarkers, int markerSize, Dictionary baseDictionary, int randomSeed)SEE: generateCustomDictionarystatic DictionaryAruco. custom_dictionary(int nMarkers, int markerSize)SEE: generateCustomDictionarystatic DictionaryAruco. custom_dictionary(int nMarkers, int markerSize, int randomSeed)SEE: generateCustomDictionarystatic DictionaryAruco. custom_dictionary_from(int nMarkers, int markerSize, Dictionary baseDictionary)Generates a new customizable marker dictionarystatic DictionaryAruco. custom_dictionary_from(int nMarkers, int markerSize, Dictionary baseDictionary, int randomSeed)Generates a new customizable marker dictionarystatic DictionaryDictionary. get(int dict)SEE: getPredefinedDictionaryDictionaryBoard. get_dictionary()static DictionaryAruco. getPredefinedDictionary(int dict)Returns one of the predefined dictionaries referenced by DICT_*.Methods in org.opencv.aruco with parameters of type Dictionary Modifier and Type Method Description static BoardBoard. create(List<Mat> objPoints, Dictionary dictionary, Mat ids)Provide way to create Board by passing necessary data.static CharucoBoardCharucoBoard. create(int squaresX, int squaresY, float squareLength, float markerLength, Dictionary dictionary)Create a CharucoBoard objectstatic GridBoardGridBoard. create(int markersX, int markersY, float markerLength, float markerSeparation, Dictionary dictionary)Create a GridBoard objectstatic GridBoardGridBoard. create(int markersX, int markersY, float markerLength, float markerSeparation, Dictionary dictionary, int firstMarker)Create a GridBoard objectstatic DictionaryDictionary. create_from(int nMarkers, int markerSize, Dictionary baseDictionary)SEE: generateCustomDictionarystatic DictionaryDictionary. create_from(int nMarkers, int markerSize, Dictionary baseDictionary, int randomSeed)SEE: generateCustomDictionarystatic DictionaryAruco. custom_dictionary_from(int nMarkers, int markerSize, Dictionary baseDictionary)Generates a new customizable marker dictionarystatic DictionaryAruco. custom_dictionary_from(int nMarkers, int markerSize, Dictionary baseDictionary, int randomSeed)Generates a new customizable marker dictionarystatic voidAruco. detectMarkers(Mat image, Dictionary dictionary, List<Mat> corners, Mat ids)Basic marker detectionstatic voidAruco. detectMarkers(Mat image, Dictionary dictionary, List<Mat> corners, Mat ids, DetectorParameters parameters)Basic marker detectionstatic voidAruco. detectMarkers(Mat image, Dictionary dictionary, List<Mat> corners, Mat ids, DetectorParameters parameters, List<Mat> rejectedImgPoints)Basic marker detectionstatic voidAruco. detectMarkers(Mat image, Dictionary dictionary, List<Mat> corners, Mat ids, DetectorParameters parameters, List<Mat> rejectedImgPoints, Mat cameraMatrix)Basic marker detectionstatic voidAruco. detectMarkers(Mat image, Dictionary dictionary, List<Mat> corners, Mat ids, DetectorParameters parameters, List<Mat> rejectedImgPoints, Mat cameraMatrix, Mat distCoeff)Basic marker detectionstatic voidAruco. drawMarker(Dictionary dictionary, int id, int sidePixels, Mat img)Draw a canonical marker imagestatic voidAruco. drawMarker(Dictionary dictionary, int id, int sidePixels, Mat img, int borderBits)Draw a canonical marker image
-