DatacodePyramidStrategy
Description
Specifies the step of image downsampling used for finding codes at different scales.
Values of this enumeration:
- SuperFast - Low-resolution pyramid for very high speed
 - Fast - Coarse-grained pyramid for high speed when there is very wide range of module sizes
 - Precise - Fine-grained image pyramid
 - Strict - Very fine-grained pyramid for good readability
 - Extended - Very fine-grained pyramid with some additional reading attempts
 
