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, int inResultsExpected, IList<FilNet.QRCode> outQRCodes, NullableValue<FilNet.Rectangle2D> outAlignedRoi )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inResultsExpected | int | <0, 255> | 1 | How many results we expect, 0 if as many as possible. Default value: 1. |
![]() | outQRCodes | System.Collections.Generic.IList<FilNet.QRCode> | |||
![]() | outAlignedRoi | FilNet.NullableValue<FilNet.Rectangle2D> | Input ROI after transformation (in the image coordinates). Can be null to skip this parameter calculation. |
Function Overrides
- ReadMultipleQRCodes(Image, Int32, IList<QRCode>)
- ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, IList<QRCode>)
- ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, IList<QRCode>, Rectangle2D)
- ReadMultipleQRCodes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, Int32, Nullable<Single>, Nullable<Single>, Nullable<Int32>, Nullable<Single>, Nullable<Single>, IList<QRCode>, NullableValue<Rectangle2D>)