Click or drag to resize

DocumentThinningCommand Constructor (IntegerMatrix, IntegerMatrix)

Creates a new instance of DocumentThinningCommand specifying foregroundMask and backgroundMask.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DocumentThinningCommand(
	IntegerMatrix[] foregroundMask,
	IntegerMatrix[] backgroundMask
)

Parameters

foregroundMask
Type: Atalasoft.Imaging.ImageProcessing.FiltersIntegerMatrix
A matrix array of integer values to act as the foreground mask.
backgroundMask
Type: Atalasoft.Imaging.ImageProcessing.FiltersIntegerMatrix
A matrix array of integer values to act as the background mask.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if either mask is an empty array of if the number of columns does not equal the number of rows.
See Also