You are here: Start » AVL.NET » AVS.ReadMultipleBarcodes Method

AVS.ReadMultipleBarcodes Method

Detects and recognizes multiple barcodes on the input image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ReadMultipleBarcodes
(
	AvlNet.Image inImage,
	AvlNet.BarcodeParams inBarcodeParams,
	AvlNet.BarcodeDetectionParams inDetectionParams,
	int inMaxBarcodeCount,
	IList<AvlNet.Barcode> outBarcodes
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inBarcodeParamsAvlNet.BarcodeParamsSpecification of barcodes that can be detected.
inDetectionParamsAvlNet.BarcodeDetectionParamsParameters of the barcode detection algorithm.
inMaxBarcodeCountint<1, INF>2Maximum number of barcodes in one image. Default value: 2.
outBarcodesSystem.Collections.Generic.IList<AvlNet.Barcode>List of barcodes that have been correctly detected and decoded.

Function Overrides

See also