You are here:
Start »
FIL.NET »
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