MarkerDictionary Class |
Namespace: Zivid.NET
The MarkerDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| Aruco4x4_100 | Built-in OpenCV dictionary of ArUco markers of size 4x4 with a dictionary size 100 | |
| Aruco4x4_1000 | Built-in OpenCV dictionary of ArUco markers of size 4x4 with a dictionary size 1000 | |
| Aruco4x4_250 | Built-in OpenCV dictionary of ArUco markers of size 4x4 with a dictionary size 250 | |
| Aruco4x4_50 | Built-in OpenCV dictionary of ArUco markers of size 4x4 with a dictionary size 50 | |
| Aruco5x5_100 | Built-in OpenCV dictionary of ArUco markers of size 5x5 with a dictionary size 100 | |
| Aruco5x5_1000 | Built-in OpenCV dictionary of ArUco markers of size 5x5 with a dictionary size 1000 | |
| Aruco5x5_250 | Built-in OpenCV dictionary of ArUco markers of size 5x5 with a dictionary size 250 | |
| Aruco5x5_50 | Built-in OpenCV dictionary of ArUco markers of size 5x5 with a dictionary size 50 | |
| Aruco6x6_100 | Built-in OpenCV dictionary of ArUco markers of size 6x6 with a dictionary size 100 | |
| Aruco6x6_1000 | Built-in OpenCV dictionary of ArUco markers of size 6x6 with a dictionary size 1000 | |
| Aruco6x6_250 | Built-in OpenCV dictionary of ArUco markers of size 6x6 with a dictionary size 250 | |
| Aruco6x6_50 | Built-in OpenCV dictionary of ArUco markers of size 6x6 with a dictionary size 50 | |
| Aruco7x7_100 | Built-in OpenCV dictionary of ArUco markers of size 7x7 with a dictionary size 100 | |
| Aruco7x7_1000 | Built-in OpenCV dictionary of ArUco markers of size 7x7 with a dictionary size 1000 | |
| Aruco7x7_250 | Built-in OpenCV dictionary of ArUco markers of size 7x7 with a dictionary size 250 | |
| Aruco7x7_50 | Built-in OpenCV dictionary of ArUco markers of size 7x7 with a dictionary size 50 | |
| IsDisposed | Check if the marker dictionary is disposed. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the MarkerDictionary | |
| FromString | Construct a marker dictionary from the name of the dictionary. | |
| GetNativePtr | ||
| MarkerCount | Query the number of markers in the dictionary. | |
| ToString | Get the string representation of the dictionary. (Overrides ObjectToString.) |