You are here: Start » CodeDetectionParameters Constructor

CodeDetectionParameters Constructor

Namespace:FilNet
Assembly:Fil.Net.TS.dll

Syntax

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

Parameters

Name Type Range Default Description
decodeStrategyFilNet.CodeDecodeStrategy
detectionMethodFilNet.CodeDetectionMethod
allowRectangularCodesbool
contrastThresholdint
minModuleSizefloat
maxModuleSizefloat

See also