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
Properties
Name | Type | Description | |
---|---|---|---|
![]() | ContrastPerturbations | System.Int32 | Number of perturbations applied to ContrastThreshold for improving possibility of detection when lighting conditions are highly variable |
![]() | ContrastThreshold | System.Int32 | Guaranteed gray level difference between dark and bright modules |
![]() | DetectionMethod | FilNet.DataMatrixDetectionMethod | Specifies which feature is used for code detection: the shape of the finder pattern or the blob of the quiet zone |
![]() | FinderTradeoff | System.Nullable<FilNet.DataMatrixFinderTradeoff> | Decides whether to optimize parameters for weak edges (sensitive) or for jagged ones (robust). |
![]() | OutlineStrategy | FilNet.DataMatrixOutlineStrategy | Specifies precision of outline detection |
![]() | PyramidStrategy | FilNet.DataMatrixPyramidStrategy | Specifies the step of image downsampling used for finding codes at different scales |
Methods
Name | Description | |
---|---|---|
![]() | 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 |