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,
	NullableRef<AvlNet.ShapeRegion> inRoi,
	AvlNet.CoordinateSystem2D? inRoiAlignment,
	AvlNet.BarcodeParams inBarcodeParams,
	AvlNet.BarcodeDetectionParams inDetectionParams,
	INullable<AvlNet.Barcode> outBarcode
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.ShapeRegion>Region of interest. Default value: atl::NIL.
inRoiAlignmentAvlNet.CoordinateSystem2D?Adjusts the region of interest to the position of the inspected object. Default value: atl::NIL.
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