You are here: Start » AVL.NET » AVL.ReadMultipleBarcodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, AvlNet.Rectangle2D[], string[], AvlNet.BarcodeFormat[], AvlNet.Rectangle2D)

AVL.ReadMultipleBarcodes(AvlNet.Image, AvlNet.Rectangle2D?, AvlNet.CoordinateSystem2D?, AvlNet.BarcodeFormat?, float, int, int, int, int, float, float, AvlNet.Rectangle2D[], string[], AvlNet.BarcodeFormat[], AvlNet.Rectangle2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ReadMultipleBarcodes(
	AvlNet.Image inImage,
	AvlNet.Rectangle2D? inRoi,
	AvlNet.CoordinateSystem2D? inRoiAlignment,
	AvlNet.BarcodeFormat? inBarcodeFormat,
	float inMinGradientLength,
	int inBaseBarWidth,
	int inDetectionScanCount,
	int inReadingScanCount,
	int inScanWidth,
	float inMinStrength,
	float inSmoothingStdDev,
	out AvlNet.Rectangle2D[] outBarcodePositions,
	out string[] outDecodedTexts,
	out AvlNet.BarcodeFormat[] outBarcodeFormats,
	out AvlNet.Rectangle2D outAlignedRoi
)

Parameters

inImage
Type: AvlNet.Image
inRoi
Type: System.Nullable<AvlNet.Rectangle2D>
inRoiAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inBarcodeFormat
Type: System.Nullable<AvlNet.BarcodeFormat>
inMinGradientLength
Type: System.Single
inBaseBarWidth
Type: System.Int32
inDetectionScanCount
Type: System.Int32
inReadingScanCount
Type: System.Int32
inScanWidth
Type: System.Int32
inMinStrength
Type: System.Single
inSmoothingStdDev
Type: System.Single
outBarcodePositions
Type: AvlNet.Rectangle2D
outDecodedTexts
Type: System.String
outBarcodeFormats
Type: AvlNet.BarcodeFormat
outAlignedRoi
Type: AvlNet.Rectangle2D

See also