You are here: Start » AVL.NET » AVL.ReadSingleQRCode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, float?, float?, int?, float?, float?, AvlNet.QRCode)
AVL.ReadSingleQRCode(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, float?, float?, int?, float?, float?, AvlNet.QRCode)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ReadSingleQRCode( AvlNet.Image inImage, AvlNet.Rectangle2D? inRoi, AvlNet.CoordinateSystem2D? inRoiAlignment, float? inUnitSize, float? inContrast, int? inPatternQuality, float? inCodeDirection, float? inMinLineMagnitude, out AvlNet.QRCode outQRCode )
Parameters
- inImage
- Type: AvlNet.Image
- inRoi
- Type: System.Nullable<AvlNet.Rectangle2D>
- inRoiAlignment
- Type: System.Nullable<AvlNet.CoordinateSystem2D>
- 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>
- outQRCode
- Type: AvlNet.QRCode
