You are here: Start » PDF417DetectionParams Constructor

PDF417DetectionParams Constructor

Namespace:Fil
Assembly:FilNet.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