Click or drag to resize
Accord.NET (logo)

FlatFieldCorrectionUnmanagedBackgoundImage Property

Background image used for flat field correction.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public UnmanagedImage UnmanagedBackgoundImage { get; set; }
Request Example View Source

Property Value

Type: UnmanagedImage
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 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 Note
Setting this property will clear the BackgoundImage property - only one background image is allowed: managed or unmanaged.

See Also