You are here: Start » AVL.NET » Function Reference » Computer Vision » Datacodes » AVL.ReadMultipleCodes_IK_Binary

AVL.ReadMultipleCodes_IK_Binary

Detects and recognizes Codes in one image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ReadMultipleCodes_IK_Binary
(
	AvlNet.Image inImage,
	AvlNet.CodeInverse1D inInverse,
	AvlNet.CodeDetectionParameters inDetectionParameters,
	AvlNet.ManyCodeSettings inManyCodeSettings,
	bool inEnableCode39,
	bool inEnableInterleaved2of5,
	bool inEnablePDF417,
	bool inEnableMicroPDF417,
	bool inEnableQRCode,
	bool inEnableUPCEAN,
	bool inEnableCode93,
	bool inEnableDotCode,
	bool inEnableMaxiCode,
	bool inEnableAztec,
	bool inEnableMSI,
	IList<AvlNet.ByteBuffer> outResult,
	IList<AvlNet.Path> outOutline,
	IList<AvlNet.CodeFormat> outCodeFormat,
	IList<float> outPPM
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inInverseAvlNet.CodeInverse1D
inDetectionParametersAvlNet.CodeDetectionParameters
inManyCodeSettingsAvlNet.ManyCodeSettings
inEnableCode39boolTrueDefault value: True.
inEnableInterleaved2of5boolTrueDefault value: True.
inEnablePDF417boolTrueDefault value: True.
inEnableMicroPDF417boolFalseDefault value: False.
inEnableQRCodeboolTrueDefault value: True.
inEnableUPCEANboolTrueDefault value: True.
inEnableCode93bool
inEnableDotCodebool
inEnableMaxiCodebool
inEnableAztecbool
inEnableMSIbool
outResultSystem.Collections.Generic.IList<AvlNet.ByteBuffer>
outOutlineSystem.Collections.Generic.IList<AvlNet.Path>
outCodeFormatSystem.Collections.Generic.IList<AvlNet.CodeFormat>
outPPMSystem.Collections.Generic.IList<float>Pixels per module.

Errors

List of possible exceptions:

Error type Description
DomainError ReadMultipleCodes_IK_Binary is supported only in x64 environment.

Function Overrides

See also