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

CodeDetectionParameters Class

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

Defined code detection parameters.

Constructors

 ConstructorDescription
CodeDetectionParameters(CodeDecodeStrategy, CodeDetectionMethod, Boolean, Int32, Single, Single)
CodeDetectionParameters()

Properties

 NameTypeDescription
AllowRectangularCodesSystem.BooleanAllow rectangular codes
ContrastThresholdSystem.Int32Contrast threshold
DecodeStrategyAvlNet.CodeDecodeStrategyCode decode strategy
DetectionMethodAvlNet.CodeDetectionMethodDetection method
MaxModuleSizeSystem.SingleMaximal module size in pixels
MinModuleSizeSystem.SingleMinimal module size in pixels

Methods

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

Remarks

See also