Class Aruco.Dictionary
Inheritance
Aruco.Dictionary
Assembly: Assembly-CSharp.dll
Syntax
public class Dictionary : HandleCppPtr
Constructors
|
Improve this Doc
View Source
Dictionary()
Declaration
|
Improve this Doc
View Source
Dictionary(Aruco.Dictionary)
Declaration
public Dictionary(Aruco.Dictionary dictionary)
Parameters
|
Improve this Doc
View Source
Dictionary(Cv.Mat, Int32, Int32)
Declaration
public Dictionary(Cv.Mat bytesList, int markerSize = 0, int maxCorrectionBits = 0)
Parameters
Properties
|
Improve this Doc
View Source
BytesList
Declaration
public Cv.Mat BytesList { get; set; }
Property Value
|
Improve this Doc
View Source
MarkerSize
Declaration
public int MarkerSize { get; set; }
Property Value
|
Improve this Doc
View Source
MaxCorrectionBits
Declaration
public int MaxCorrectionBits { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public Aruco.PredefinedDictionaryName Name { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides
|
Improve this Doc
View Source
DrawMarker(Int32, Int32, out Cv.Mat, Int32)
Declaration
public void DrawMarker(int id, int sidePixels, out Cv.Mat img, int borderBits)
Parameters
|
Improve this Doc
View Source
GetBitsFromByteList(Cv.Mat, Int32)
Declaration
public static Cv.Mat GetBitsFromByteList(Cv.Mat byteList, int markerSiz)
Parameters
Returns
|
Improve this Doc
View Source
GetByteListFromBits(IntPtr)
Declaration
public static Cv.Mat GetByteListFromBits(IntPtr bits)
Parameters
Type |
Name |
Description |
IntPtr |
bits |
|
Returns
|
Improve this Doc
View Source
GetDistanceToId(Aruco.Dictionary, Cv.Mat, Int32, Boolean)
Declaration
public int GetDistanceToId(Aruco.Dictionary dictionary, Cv.Mat bits, int id, bool allRotations = true)
Parameters
Returns
|
Improve this Doc
View Source
Identify(Aruco.Dictionary, Cv.Mat, out Int32, out Int32, Double)
Declaration
public bool Identify(Aruco.Dictionary dictionary, Cv.Mat onlyBits, out int idx, out int rotation, double maxCorrectionRate)
Parameters
Returns