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,
	AvlNet.DataMatrixEdgeTracker edgeTracker,
	bool? useSuperRes
)

Parameters

Name Type Range Default Description
contrastThresholdint
contrastPerturbationsint
detectionMethodAvlNet.DataMatrixDetectionMethod
pyramidStrategyAvlNet.DataMatrixPyramidStrategy
outlineStrategyAvlNet.DataMatrixOutlineStrategy
finderTradeoffAvlNet.DataMatrixFinderTradeoff?
edgeTrackerAvlNet.DataMatrixEdgeTracker
useSuperResbool?

See also