You are here: Start » AVL.NET » DataMatrixDetectionParams Constructor

DataMatrixDetectionParams Constructor

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

Syntax

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

Parameters

Name Type Range Default Description
contrastThresholdint
contrastHysteresisint
contrastPerturbationsint
dynamicSNRatioint?
nonBinarySegmentationbool
forceIsotropybool
detectionMethodAvlNet.DataMatrixDetectionMethod
pyramidStrategyAvlNet.DataMatrixPyramidStrategy
outlineStrategyAvlNet.DataMatrixOutlineStrategy

See also