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

DataMatrixDetectionParams Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public DataMatrixDetectionParams
(
	int contrastThreshold,
	int contrastPerturbations,
	FilNet.DataMatrixDetectionMethod detectionMethod,
	FilNet.DataMatrixPyramidStrategy pyramidStrategy,
	FilNet.DataMatrixOutlineStrategy outlineStrategy,
	FilNet.DataMatrixFinderTradeoff? finderTradeoff,
	FilNet.DataMatrixEdgeTracker edgeTracker,
	bool? useSuperRes
)

Parameters

Name Type Range Default Description
contrastThresholdint
contrastPerturbationsint
detectionMethodFilNet.DataMatrixDetectionMethod
pyramidStrategyFilNet.DataMatrixPyramidStrategy
outlineStrategyFilNet.DataMatrixOutlineStrategy
finderTradeoffFilNet.DataMatrixFinderTradeoff?
edgeTrackerFilNet.DataMatrixEdgeTracker
useSuperResbool?

See also