Initializes a new instance of the FlatFieldCorrection class.

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

Syntax

C#
public FlatFieldCorrection(
	Bitmap backgroundImage
)

Parameters

backgroundImage
Type: System.Drawing..::.Bitmap
Background image used for flat field correction.

See Also