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

AVL.ReadSingleCode_IK

Detects and recognizes Codes in one image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ReadSingleCode_IK
(
	AvlNet.Image inImage,
	AvlNet.Rectangle2D? inRoi,
	AvlNet.CodeInverse1D inInverse,
	int? inTimeout,
	AvlNet.CodeDetectionParameters inDetectionParameters,
	bool inEnableCode39,
	AvlNet.Code128Parameters? inEnableCode128,
	bool inEnableInterleaved2of5,
	AvlNet.DatamatrixParameters? inEnableDatamatrix,
	bool inEnablePDF417,
	bool inEnableQRCode,
	bool inEnableUPCEAN,
	bool inEnableCode93,
	bool inEnableDotCode,
	bool inEnableMaxiCode,
	bool inEnableAztec,
	bool inEnableMSI,
	NullableRef<AvlNet.CodabarParameters> inEnableCodabar,
	AvlNet.GS1DatabarParameters? inEnableGS1Databar,
	INullable<string> outResult,
	INullable<AvlNet.Path> outOutline,
	out AvlNet.CodeFormat? outCodeFormat,
	out float? outPPM
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.Rectangle2D?Region of interest. Default value: atl::NIL.
inInverseAvlNet.CodeInverse1D
inTimeoutint?Processing timeout. Default value: atl::NIL.
inDetectionParametersAvlNet.CodeDetectionParameters
inEnableCode39boolTrueDefault value: True.
inEnableCode128AvlNet.Code128Parameters?Code128Parameters ( )Default value: Code128Parameters ( ).
inEnableInterleaved2of5boolTrueDefault value: True.
inEnableDatamatrixAvlNet.DatamatrixParameters?DatamatrixParameters ( )Default value: DatamatrixParameters ( ).
inEnablePDF417boolTrueDefault value: True.
inEnableQRCodeboolTrueDefault value: True.
inEnableUPCEANboolTrueDefault value: True.
inEnableCode93bool
inEnableDotCodebool
inEnableMaxiCodebool
inEnableAztecbool
inEnableMSIbool
inEnableCodabarAvlNet.NullableRef<AvlNet.CodabarParameters>
inEnableGS1DatabarAvlNet.GS1DatabarParameters?
outResultAvlNet.INullable<string> This parameter cannot be null.
outOutlineAvlNet.INullable<AvlNet.Path> This parameter cannot be null.
outCodeFormatAvlNet.CodeFormat?
outPPMfloat?Pixels per module.

Remarks

It is only possible to run it in one thread (Worker Task) in application.

Errors

List of possible exceptions:

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

Function Overrides

See also