You are here: Start » AVL.NET » DataMatrixDetectionParams Constructor
DataMatrixDetectionParams Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public DataMatrixDetectionParams ( int contrastThreshold, int contrastPerturbations, AvlNet.DataMatrixDetectionMethod detectionMethod, AvlNet.DataMatrixPyramidStrategy pyramidStrategy, AvlNet.DataMatrixOutlineStrategy outlineStrategy, AvlNet.DataMatrixFinderTradeoff? finderTradeoff )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| contrastThreshold | int | ||||
| contrastPerturbations | int | ||||
| detectionMethod | AvlNet.DataMatrixDetectionMethod | ||||
| pyramidStrategy | AvlNet.DataMatrixPyramidStrategy | ||||
![]() | outlineStrategy | AvlNet.DataMatrixOutlineStrategy | |||
| finderTradeoff | AvlNet.DataMatrixFinderTradeoff? |

