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

CodeDetectionParameters Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Defined code detection parameters.

Constructors

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

Properties

 NameTypeDescription
AllowRectangularCodesSystem.Boolean
ContrastThresholdSystem.Int32
DecodeStrategyAvl.CodeDecodeStrategy
DefaultAvl.CodeDetectionParameters Gets a default instance of the CodeDetectionParameters.
DetectionMethodAvl.CodeDetectionMethod
EmptyAvl.CodeDetectionParameters Gets an empty instance of the CodeDetectionParameters.
MaxModuleSizeSystem.Single
MinModuleSizeSystem.Single

Methods

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

Remarks

See also