You are here: Start » AVL.NET » Invoke.ReadSinglePDF417Code

Invoke.ReadSinglePDF417Code

Detects and recognizes one PDF417 code.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ReadSinglePDF417Code
(
	Avl.Image inImage,
	Optional<Avl.Rectangle2D> inRoi,
	Optional<Avl.CoordinateSystem2D> inRoiAlignment,
	Avl.PDF417CodeParams inCodeParams,
	Avl.PDF417DetectionParams inDetectionParams,
	Conditional<Avl.PDF417Code> outPDF417Code,
	Optional<Avl.Rectangle2D> outAlignedRoi
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Rectangle2D>Region of interest. Default value: atl::NIL.
inRoiAlignmentAtl.Optional<Avl.CoordinateSystem2D>Coordinate system for the region of interest. Default value: atl::NIL.
inCodeParamsAvl.PDF417CodeParamsSpecification of codes that can be detected.
inDetectionParamsAvl.PDF417DetectionParamsSpecification of the way the code is being detected.
outPDF417CodeAtl.Conditional<Avl.PDF417Code>Found PDF417 code.
outAlignedRoiAtl.Optional<Avl.Rectangle2D>Input ROI after transformation (in the image coordinates).

See also