You are here: Start » FIL.NET » FIS.ReadSingleQRCode Method
FIS.ReadSingleQRCode Method
Detects and recognizes a single QR code on the input image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReadSingleQRCode ( FilNet.Image inImage, float inMinModuleSize, float inMaxModuleSize, bool inAllowRotation, FilNet.Polarity inPolarity, INullable<FilNet.QRCode> outQRCode )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | 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. |
![]() | 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. | |
![]() | outQRCode | FilNet.INullable<FilNet.QRCode> | This parameter cannot be null. |
Function Overrides
- ReadSingleQRCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Single, Single, Nullable<Single>, Nullable<Int32>, Boolean, Polarity, Nullable<Single>, INullable<QRCode>)
- ReadSingleQRCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Single, Single, Nullable<Single>, Nullable<Int32>, Boolean, Polarity, Nullable<Single>, INullable<QRCode>, Rectangle2D)
- ReadSingleQRCode(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Single, Single, Nullable<Single>, Nullable<Int32>, Boolean, Polarity, Nullable<Single>, INullable<QRCode>, NullableValue<Rectangle2D>)