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

AVS.ReadSingleBarcode Method

Detects and recognizes a single barcode on the input image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ReadSingleBarcode
(
	AvlNet.Image inImage,
	AvlNet.BarcodeParams inBarcodeParams,
	AvlNet.BarcodeDetectionParams inDetectionParams,
	INullable<AvlNet.Barcode> outBarcode
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inBarcodeParamsAvlNet.BarcodeParamsSpecification of barcode that can be detected.
inDetectionParamsAvlNet.BarcodeDetectionParamsParameters of the barcode detection algorithm.
outBarcodeAvlNet.INullable<AvlNet.Barcode>A barcode that has been correctly detected and decoded. This parameter cannot be null.

Function Overrides

See also