You are here: Start » AVL.NET » DataMatrixDetectionParams Class
DataMatrixDetectionParams Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Specifies how data matrix codes are being detected.
Constructors
Properties
| Name | Type | Description | |
|---|---|---|---|
| ContrastPerturbations | System.Int32 | Number of perturbations applied to ContrastThreshold for improving possibility of detection when lighting conditions are highly variable | |
| ContrastThreshold | System.Int32 | Guaranteed gray level difference between dark and bright modules | |
| DetectionMethod | AvlNet.DataMatrixDetectionMethod | Specifies which feature is used for code detection: the shape of the finder pattern or the blob of the quiet zone | |
| EdgeTracker | AvlNet.DataMatrixEdgeTracker | Decides how strongly edge tracker preserves continuity of an edge. Strong tracker produces more consistent edges, even in presence of significant noise. Weak tracker is faster. | |
| FinderTradeoff | System.Nullable<AvlNet.DataMatrixFinderTradeoff> | Decides whether to optimize parameters for weak edges (sensitive) or for jagged ones (robust). | |
| OutlineStrategy | AvlNet.DataMatrixOutlineStrategy | Specifies precision of outline detection | |
| PyramidStrategy | AvlNet.DataMatrixPyramidStrategy | Specifies the step of image downsampling used for finding codes at different scales | |
| UseSuperRes | System.Nullable<System.Boolean> | Controls image up-scaling for low-resolution codes (depending on MinModuleSize). |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.DataMatrixDetectionParams) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.DataMatrixDetectionParams, AvlNet.DataMatrixDetectionParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
