Background image used for flat field correction.

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

Syntax

C#
public Bitmap BackgoundImage { get; set; }

Remarks

The property sets the background image (without any objects), which will be used for illumination correction of an image passed to the filter.

Note:The background image must have the same size and pixel format as source image. Otherwise exception will be generated when filter is applied to source image.

Note:Setting this property will clear the UnmanagedBackgoundImage property - only one background image is allowed: managed or unmanaged.

See Also