Click or drag to resize

DocumentHitOrMissCommand Constructor (IntegerMatrix, IntegerMatrix)

Creates a new instance of DocumentHitOrMissCommand specifying the foreground and background masks.

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 DocumentHitOrMissCommand(
	IntegerMatrix foregroundMask,
	IntegerMatrix backgroundMask
)

Parameters

foregroundMask
Type: Atalasoft.Imaging.ImageProcessing.FiltersIntegerMatrix
A matrix of integer values to act as the foreground mask.
backgroundMask
Type: Atalasoft.Imaging.ImageProcessing.FiltersIntegerMatrix
A matrix of integer values to act as the background mask.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the masks have no rows or if the number of columns/rows do not match.
See Also