Initializes a new instance of the MaskedFilter class.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public MaskedFilter(
	IFilter baseFiler,
	Bitmap maskImage
)

Parameters

baseFiler
Type: AForge.Imaging.Filters..::.IFilter
Base filter to apply to the specified source image.
maskImage
Type: System.Drawing..::.Bitmap
Mask image to use.

See Also