You are here: Start » AVL.NET » AVL.RecognizeBarcode(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.BarcodeFormat?, int, int, float, float, string, AvlNet.BarcodeFormat?, AvlNet.Rectangle2D)
AVL.RecognizeBarcode(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.BarcodeFormat?, int, int, float, float, string, AvlNet.BarcodeFormat?, AvlNet.Rectangle2D)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RecognizeBarcode( AvlNet.Image inImage, AvlNet.Rectangle2D inBarcodePosition, AvlNet.BarcodeFormat? inBarcodeFormat, int inScanCount, int inScanWidth, float inMinStrength, float inSmoothingStdDev, out string outDecodedText, out AvlNet.BarcodeFormat? outBarcodeFormat, out AvlNet.Rectangle2D outAlignedBarcodePosition )
Parameters
- inImage
- Type: AvlNet.Image
- inBarcodePosition
- Type: AvlNet.Rectangle2D
- inBarcodeFormat
- Type: System.Nullable<AvlNet.BarcodeFormat>
- inScanCount
- Type: System.Int32
- inScanWidth
- Type: System.Int32
- inMinStrength
- Type: System.Single
- inSmoothingStdDev
- Type: System.Single
- outDecodedText
- Type: System.String
- outBarcodeFormat
- Type: System.Nullable<AvlNet.BarcodeFormat>
- outAlignedBarcodePosition
- Type: AvlNet.Rectangle2D
