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

PDF417DetectionParams Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public PDF417DetectionParams
(
	float contrastThreshold_,
	float contrastHysteresis_,
	int detectionScanCount_,
	int scanWidth_,
	float smoothingStdDev_,
	float minEdgeMagnitude_
)

Parameters

Name Type Range Default Description
contrastThreshold_float
contrastHysteresis_float
detectionScanCount_int
scanWidth_int
smoothingStdDev_float
minEdgeMagnitude_float

See also