ArucoDictionary

Defined in framework ScanditBarcodeCapture

SDCArucoDictionaryPreset

Added in version 6.19.0

Lists presets that can be used to create a SDCArucoDictionary

SDCArucoDictionaryPreset_5X5_50

Added in version 6.19.0

Dictionary that contains 50 markers of size 5.

SDCArucoDictionaryPreset_5X5_100

Added in version 6.19.0

Dictionary that contains 100 markers of size 5.

SDCArucoDictionaryPreset_5X5_250

Added in version 6.19.0

Dictionary that contains 250 markers of size 5.

SDCArucoDictionaryPreset_5X5_1000

Added in version 6.19.0

Dictionary that contains 1000 markers of size 5.

SDCArucoDictionaryPreset_5X5_1023

Added in version 6.19.0

Dictionary that contains 1023 markers of size 5.

SDCArucoDictionaryPreset_4X4_250

Added in version 6.19.0

Dictionary that contains 250 markers of size 4.

SDCArucoDictionaryPreset_6X6_250

Added in version 6.19.0

Dictionary that contains 250 markers of size 6.

SDCArucoDictionary
@interface SDCArucoDictionary : NSObject

Added in version 6.19.0

+ arucoDictionaryWithPreset:
+ (instancetype)arucoDictionaryWithPreset:(SDCArucoDictionaryPreset)preset

Added in version 6.19.0

Constructs an SDCArucoDictionary using a preset.

+ arucoDictionaryWithMarkerSize:markers:
+ (nullable instancetype)arucoDictionaryWithMarkerSize:(NSUInteger)markerSize
                                               markers:(NSArray<SDCArucoMarker *> *)markers

Added in version 6.19.0

Constructs an SDCArucoDictionary using custom data.

  • markerSize is the length of the side of the barcode. For a 5 by 5 marker it will be 5.