A collection of ready-to-use Barcode markers.
I created all markers for each kind of configuration. You can see the following table for details.
Markers are on separate folders. Look out for folder name for marker configurations, and file names for the specific value of each barcode.
I generated only Barcode markers with an Hamming Distance greater than 0, otherwise they will be practically unusable. Just remember: the higher the Hamming distance, the better for recognization.
See here for more details about Artoolkit's barcode markers theory.
Matrix code type | Folder name | Maximum number of markers | Hamming distance |
---|---|---|---|
AR_MATRIX_CODE_3x3_PARITY65 | 3x3_parity_6_5 | 32 | 1 |
AR_MATRIX_CODE_3x3_HAMMING63 | 3x3_hamming_6_3 | 8 | 3 |
AR_MATRIX_CODE_4x4_BCH_13_9_3 | 4x4_bch_13_9_3 | 512 | 3 |
AR_MATRIX_CODE_4x4_BCH_13_5_5 | 4x4_bch_13_5_5 | 32 | 5 |
AR_MATRIX_CODE_5x5_BCH_22_7_7 | 5x5_bch_22_7_7 | 128 | 7 |
AR_MATRIX_CODE_5x5_BCH_22_12_5 | 5x5_bch_22_12_5 | 4096 | 5 |
-
Online Barcode Markers Generator - NOT open source so far, but still free
-
More informations about BCH and Hamming Distance relation - source code
🐈 Thanks to @fquffio for this.