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

DataMatrixDetectionParams Class

Specifies how data matrix codes are being detected.

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

DataMatrixDetectionParams(Int32, Int32, Nullable<Int32>, Boolean, Boolean, DataMatrixDetectionMethod, DataMatrixPyramidStrategy)
DataMatrixDetectionParams()

Properties

 TypeNameDescription
System.Int32ContrastHysteresis
System.Int32ContrastThreshold
AvlNet.DataMatrixDetectionMethodDetectionMethod
System.Nullable<System.Int32>DynamicSNRatio
System.BooleanForceIsotropy
System.BooleanNonBinarySegmentation
AvlNet.DataMatrixPyramidStrategyPyramidStrategy

Methods

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

See also