ReaderTeachDottedDataMatrix Method (ReaderConfig, ImagePlane, Rect)

CVB.Net Documentation
Teach a dotted data matrix code into a configuration.

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public static ReadResultDataMatrix TeachDottedDataMatrix(
	ReaderConfig config,
	ImagePlane plane,
	Rect aoi
)

Parameters

config
Type: Stemmer.Cvb.BarcodeReaderConfig
configuration on which to teach the dotted data matrix parameters; needs to contain a configuration for DataMatrix reading, otherwise an InvalidOperationException will be emitted.
plane
Type: Stemmer.CvbImagePlane
Image plane to work on
aoi
Type: Stemmer.CvbRect
area of interest to work in

Return Value

Type: ReadResultDataMatrix
DataMatrix reading result
Exceptions

ExceptionCondition
InvalidOperationExceptionif no data matrix configuration was specified
See Also

Reference