You are here: Start » AVL.NET » AVL.ReadMultipleQRCodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, int, float?, float?, int?, float?, float?, AvlNet.QRCode[])
AVL.ReadMultipleQRCodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, int, float?, float?, int?, float?, float?, AvlNet.QRCode[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReadMultipleQRCodes( AvlNet.Image inImage, AvlNet.Rectangle2D? inRoi, AvlNet.CoordinateSystem2D? inRoiAlignment, int inResultsExpected, float? inUnitSize, float? inContrast, int? inPatternQuality, float? inCodeDirection, float? inMinLineMagnitude, out AvlNet.QRCode[] outQRCodes )
Parameters
- inImage
- Type: AvlNet.Image
- inRoi
- Type: System.Nullable<AvlNet.Rectangle2D>
- inRoiAlignment
- Type: System.Nullable<AvlNet.CoordinateSystem2D>
- inResultsExpected
- Type: System.Int32
- inUnitSize
- Type: System.Nullable<System.Single>
- inContrast
- Type: System.Nullable<System.Single>
- inPatternQuality
- Type: System.Nullable<System.Int32>
- inCodeDirection
- Type: System.Nullable<System.Single>
- inMinLineMagnitude
- Type: System.Nullable<System.Single>
- outQRCodes
- Type: AvlNet.QRCode
