You are here: Start » FIL.NET » FIL.ReadSingleDataMatrixCode

FIL.ReadSingleDataMatrixCode

Detects and recognizes one Data Matrix code.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ReadSingleDataMatrixCode
(
	FilNet.Image inImage,
	FilNet.DataMatrixCodeParams inCodeParams,
	FilNet.DataMatrixDetectionParams inDetectionParams,
	INullable<FilNet.DataCode> outDataMatrixCode,
	IList<FilNet.Path> outCandidates
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inCodeParamsFilNet.DataMatrixCodeParamsSpecification of codes that can be detected.
inDetectionParamsFilNet.DataMatrixDetectionParamsSpecification of the way the codes are being detected.
outDataMatrixCodeFilNet.INullable<FilNet.DataCode> This parameter cannot be null.
outCandidatesSystem.Collections.Generic.IList<FilNet.Path>Diagnostic information about detection results.

Description

This filter detects and recognizes one data matrix code on an image.

Supported code types: ECC 200 and ECC 000-140.

Examples

DataMatrix on blurry image.

Low quality DataMatrix code.

DataMatrix on chip.

Rectangular DataMatrix code.

Remarks

Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.

Function Overrides

See also