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

CodeDetectionParameters Class

Namespace:FilNet
Assembly:FIL.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
DecodeStrategyFilNet.CodeDecodeStrategyCode decode strategy
DetectionMethodFilNet.CodeDetectionMethodDetection method
MaxModuleSizeSystem.SingleMaximal module size in pixels
MinModuleSizeSystem.SingleMinimal module size in pixels

Methods

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

Remarks

See also