You are here: Start » FIL.NET » DataMatrixDetectionParams Class

DataMatrixDetectionParams Class

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Specifies how data matrix codes are being detected.

Constructors

 ConstructorDescription
DataMatrixDetectionParams(Int32, Int32, DataMatrixDetectionMethod, DataMatrixPyramidStrategy, DataMatrixOutlineStrategy, Nullable<DataMatrixFinderTradeoff>)
DataMatrixDetectionParams()

Properties

 NameTypeDescription
ContrastPerturbationsSystem.Int32Number of perturbations applied to ContrastThreshold for improving possibility of detection when lighting conditions are highly variable
ContrastThresholdSystem.Int32Guaranteed gray level difference between dark and bright modules
DetectionMethodFilNet.DataMatrixDetectionMethodSpecifies which feature is used for code detection: the shape of the finder pattern or the blob of the quiet zone
FinderTradeoffSystem.Nullable<FilNet.DataMatrixFinderTradeoff>Decides whether to optimize parameters for weak edges (sensitive) or for jagged ones (robust).
OutlineStrategyFilNet.DataMatrixOutlineStrategySpecifies precision of outline detection
PyramidStrategyFilNet.DataMatrixPyramidStrategySpecifies the step of image downsampling used for finding codes at different scales

Methods

 NameDescription
Equals(FilNet.DataMatrixDetectionParams)
Equals(object)Inherited from System.Object
Equals(FilNet.DataMatrixDetectionParams, FilNet.DataMatrixDetectionParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also