You are here: Start » AVL.NET » CodeDetectionParameters Constructor
CodeDetectionParameters Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public CodeDetectionParameters ( AvlNet.CodeDecodeStrategy decodeStrategy, AvlNet.CodeDetectionMethod detectionMethod, bool allowRectangularCodes, int contrastThreshold, float minModuleSize, float maxModuleSize )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| decodeStrategy | AvlNet.CodeDecodeStrategy | ||||
| detectionMethod | AvlNet.CodeDetectionMethod | ||||
| allowRectangularCodes | bool | ||||
| contrastThreshold | int | ||||
| minModuleSize | float | ||||
| maxModuleSize | float |
