PredefinedDictionaryType enum
Values
- DICT_4X4_50 → const PredefinedDictionaryType
-
< 4x4 bits, minimum hamming distance between any two codes = 4, 50 codes
const PredefinedDictionaryType(0) - DICT_4X4_100 → const PredefinedDictionaryType
-
< 4x4 bits, minimum hamming distance between any two codes = 3, 100 codes
const PredefinedDictionaryType(1) - DICT_4X4_250 → const PredefinedDictionaryType
-
< 4x4 bits, minimum hamming distance between any two codes = 3, 250 codes
const PredefinedDictionaryType(2) - DICT_4X4_1000 → const PredefinedDictionaryType
-
< 4x4 bits, minimum hamming distance between any two codes = 2, 1000 codes
const PredefinedDictionaryType(3) - DICT_5X5_50 → const PredefinedDictionaryType
-
< 5x5 bits, minimum hamming distance between any two codes = 8, 50 codes
const PredefinedDictionaryType(4) - DICT_5X5_100 → const PredefinedDictionaryType
-
< 5x5 bits, minimum hamming distance between any two codes = 7, 100 codes
const PredefinedDictionaryType(5) - DICT_5X5_250 → const PredefinedDictionaryType
-
< 5x5 bits, minimum hamming distance between any two codes = 6, 250 codes
const PredefinedDictionaryType(6) - DICT_5X5_1000 → const PredefinedDictionaryType
-
< 5x5 bits, minimum hamming distance between any two codes = 5, 1000 codes
const PredefinedDictionaryType(7) - DICT_6X6_50 → const PredefinedDictionaryType
-
< 6x6 bits, minimum hamming distance between any two codes = 13, 50 codes
const PredefinedDictionaryType(8) - DICT_6X6_100 → const PredefinedDictionaryType
-
< 6x6 bits, minimum hamming distance between any two codes = 12, 100 codes
const PredefinedDictionaryType(9) - DICT_6X6_250 → const PredefinedDictionaryType
-
< 6x6 bits, minimum hamming distance between any two codes = 11, 250 codes
const PredefinedDictionaryType(10) - DICT_6X6_1000 → const PredefinedDictionaryType
-
< 6x6 bits, minimum hamming distance between any two codes = 9, 1000 codes
const PredefinedDictionaryType(11) - DICT_7X7_50 → const PredefinedDictionaryType
-
< 7x7 bits, minimum hamming distance between any two codes = 19, 50 codes
const PredefinedDictionaryType(12) - DICT_7X7_100 → const PredefinedDictionaryType
-
< 7x7 bits, minimum hamming distance between any two codes = 18, 100 codes
const PredefinedDictionaryType(13) - DICT_7X7_250 → const PredefinedDictionaryType
-
< 7x7 bits, minimum hamming distance between any two codes = 17, 250 codes
const PredefinedDictionaryType(14) - DICT_7X7_1000 → const PredefinedDictionaryType
-
< 7x7 bits, minimum hamming distance between any two codes = 14, 1000 codes
const PredefinedDictionaryType(15) - DICT_ARUCO_ORIGINAL → const PredefinedDictionaryType
-
< 6x6 bits, minimum hamming distance between any two codes = 3, 1024 codes
const PredefinedDictionaryType(16) - DICT_APRILTAG_16h5 → const PredefinedDictionaryType
-
< 4x4 bits, minimum hamming distance between any two codes = 5, 30 codes
const PredefinedDictionaryType(17) - DICT_APRILTAG_25h9 → const PredefinedDictionaryType
-
< 5x5 bits, minimum hamming distance between any two codes = 9, 35 codes
const PredefinedDictionaryType(18) - DICT_APRILTAG_36h10 → const PredefinedDictionaryType
-
< 6x6 bits, minimum hamming distance between any two codes = 10, 2320 codes
const PredefinedDictionaryType(19) - DICT_APRILTAG_36h11 → const PredefinedDictionaryType
-
< 6x6 bits, minimum hamming distance between any two codes = 11, 587 codes
const PredefinedDictionaryType(20) - DICT_ARUCO_MIP_36h12 → const PredefinedDictionaryType
-
< 6x6 bits, minimum hamming distance between any two codes = 12, 250 codes
const PredefinedDictionaryType(21)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PredefinedDictionaryType> - A constant List of the values in this enum, in order of their declaration.