You are here: Start » AVL.NET » CodeDetectionParameters Class
CodeDetectionParameters Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Defined code detection parameters.
Constructors
| Constructor | Description | |
|---|---|---|
| CodeDetectionParameters(CodeDecodeStrategy, CodeDetectionMethod, Boolean, Int32, Single, Single) | ||
| CodeDetectionParameters() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| AllowRectangularCodes | System.Boolean | Allow rectangular codes | |
| ContrastThreshold | System.Int32 | Contrast threshold | |
| DecodeStrategy | AvlNet.CodeDecodeStrategy | Code decode strategy | |
| DetectionMethod | AvlNet.CodeDetectionMethod | Detection method | |
| MaxModuleSize | System.Single | Maximal module size in pixels | |
| MinModuleSize | System.Single | Minimal module size in pixels |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.CodeDetectionParameters) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.CodeDetectionParameters, AvlNet.CodeDetectionParameters) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
