You are here: Start » FIL.NET » FIS.ReadMultipleQRCodes Method
FIS.ReadMultipleQRCodes Method
Detects and recognizes all QR codes on the input image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReadMultipleQRCodes ( FilNet.Image inImage, FilNet.Rectangle2D? inRoi, FilNet.CoordinateSystem2D? inRoiAlignment, int inMaxCodeCount, float inMinModuleSize, float inMaxModuleSize, float? inContrastThreshold, int? inPatternQuality, bool inAllowRotation, FilNet.Polarity inPolarity, float? inMinLineMagnitude, IList<FilNet.QRCode> outQRCodes )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.Rectangle2D? | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inRoiAlignment | FilNet.CoordinateSystem2D? | Adjusts the region of interest to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inMaxCodeCount | int | <1, 255> | 2 | Maximum number of codes in one image. Default value: 2. |
![]() | inMinModuleSize | float | <1.5f, 100.0f> | 4.0f | Lower estimated size of a code unit in pixels. Default value: 4.0f. |
![]() | inMaxModuleSize | float | <1.5f, 100.0f> | 40.0f | Upper estimated size of a code unit in pixels. Default value: 40.0f. |
![]() | inContrastThreshold | float? | <1.0f, 255.0f> | Guaranteed gray level difference between dark and bright modules. Default value: ftl::NIL. | |
![]() | inPatternQuality | int? | <1, 3> | Quality of the code from 1 (extremely deformed) to 3 (perfect). Default value: ftl::NIL. | |
![]() | inAllowRotation | bool | True | Allows codes rotated in relation to the axes of the input image. Default value: True. | |
![]() | inPolarity | FilNet.Polarity | Any | Specifies whether code is darker or brighter than the background. Default value: Any. | |
![]() | inMinLineMagnitude | float? | <1.0f, 255.0f> | Strength of an edge within the code; default depends on parameters. Default value: ftl::NIL. | |
![]() | outQRCodes | System.Collections.Generic.IList<FilNet.QRCode> |
Function Overrides
- ReadMultipleQRCodes(Image, Int32, Single, Single, Boolean, Polarity, IList<QRCode>)
- ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Single, Single, Nullable<Single>, Nullable<Int32>, Boolean, Polarity, Nullable<Single>, IList<QRCode>, Rectangle2D)
- ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Single, Single, Nullable<Single>, Nullable<Int32>, Boolean, Polarity, Nullable<Single>, IList<QRCode>, NullableValue<Rectangle2D>)