ReaderExecute Method (ReaderConfig, ImagePlane, Rect)

CVB.Net Documentation
Run the code reader (or grader) on an image using a given configuration.

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

public static ReadResult Execute(
	ReaderConfig config,
	ImagePlane plane,
	Rect aoi
)

Parameters

config
Type: Stemmer.Cvb.BarcodeReaderConfig
configuration to use
plane
Type: Stemmer.CvbImagePlane
image plane to work on
aoi
Type: Stemmer.CvbRect
area of inter-est to work on

Return Value

Type: ReadResult
ReadResult object containing the reading or grading results. If no code was read or graded, the return value will be None.
See Also

Reference