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

CodeDetectionParameters Constructor

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

Syntax

public CodeDetectionParameters
(
	AvlNet.CodeDecodeStrategy decodeStrategy,
	AvlNet.CodeDetectionMethod detectionMethod,
	bool allowRectangularCodes,
	int contrastThreshold,
	float minModuleSize,
	float maxModuleSize
)

Parameters

Name Type Range Default Description
decodeStrategyAvlNet.CodeDecodeStrategy
detectionMethodAvlNet.CodeDetectionMethod
allowRectangularCodesbool
contrastThresholdint
minModuleSizefloat
maxModuleSizefloat

See also