You are here: Start » AVL.NET » DataMatrixPyramidStrategy Enumeration
DataMatrixPyramidStrategy Enumeration
Specifies the step of image downsampling used for finding codes at different scales.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| Fast | Images for different scales are created with downsampling step 2.0 |
| Precise | Images for different scales are created with downsampling step 1.41 |
| Strict | Images for different scales are created with downsampling step 1.26 |
