You are here: Start » AVL.NET » DataMatrixDetectionParams.DataMatrixDetectionParams(int, int, int?, bool, bool, AvlNet.DataMatrixDetectionMethod, AvlNet.DataMatrixPyramidStrategy)

DataMatrixDetectionParams.DataMatrixDetectionParams(int, int, int?, bool, bool, AvlNet.DataMatrixDetectionMethod, AvlNet.DataMatrixPyramidStrategy)

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax


public DataMatrixDetectionParams(
	int contrastThreshold,
	int contrastHysteresis,
	int? dynamicSNRatio,
	bool nonBinarySegmentation,
	bool forceIsotropy,
	AvlNet.DataMatrixDetectionMethod detectionMethod,
	AvlNet.DataMatrixPyramidStrategy pyramidStrategy
)

Parameters

contrastThreshold
Type: System.Int32
contrastHysteresis
Type: System.Int32
dynamicSNRatio
Type: System.Nullable<System.Int32>
nonBinarySegmentation
Type: System.Boolean
forceIsotropy
Type: System.Boolean
detectionMethod
Type: AvlNet.DataMatrixDetectionMethod
pyramidStrategy
Type: AvlNet.DataMatrixPyramidStrategy

See also