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

PDF417DetectionParams Constructor

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

Syntax

public PDF417DetectionParams
(
	float contrastThreshold,
	float contrastHysteresis,
	int detectionScanCount,
	int scanWidth,
	float smoothingStdDev,
	float minEdgeMagnitude
)

Parameters

Name Type Range Default Description
contrastThresholdfloat
contrastHysteresisfloat
detectionScanCountint
scanWidthint
smoothingStdDevfloat
minEdgeMagnitudefloat

See also